summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-04-23 11:49:04 +0200
committerJan Holesovsky <kendy@collabora.com>2018-08-08 14:47:29 +0200
commit482c45c8526ae0dc52821b5d852d7a3dc55d7929 (patch)
treec85333b4b114d4bd70f59ccfc97bb7c3fab2a41b /Repository.mk
parent7dcf2e4ef481881bbe8d7525b479d62850fbdf66 (diff)
WIP: Split --with-help=html packages into non-locale and per-locale
...in preparation of packaging the per-locale data properly. non-locale: GeneratedPackage_html_media Package_html_dynamic Package_html_static per-locale: GeneratedPackage_html_lang_generated Package_html_lang This is the core part of a change that spans core and helpcontent2. Change-Id: I0e014649129f9ec498e5307c64807efa95eee0de
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk
index a3c640458cd8..3345b6a41c63 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -943,8 +943,9 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
$(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
$(if $(and $(filter WNT,$(OS)), $(filter X86_64,$(CPUNAME))),twain_dsm) \
$(if $(ENABLE_HTMLHELP),\
- helpcontent2_html \
- helpcontent2_html_generated \
+ helpcontent2_html_dynamic \
+ helpcontent2_html_lang \
+ helpcontent2_html_lang_generated \
helpcontent2_html_media \
helpcontent2_html_static \
) \