summaryrefslogtreecommitdiffstats
path: root/Module_helpcontent2.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-04-23 11:45:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-04-23 11:50:25 +0200
commitc0508a0752d460bca8e7f5917edc074d9bc66f93 (patch)
tree2a66450d9386301d1eaf4639189fcc448fc473b5 /Module_helpcontent2.mk
parentMore punctuation fixes (diff)
downloadhelp-c0508a0752d460bca8e7f5917edc074d9bc66f93.tar.gz
help-c0508a0752d460bca8e7f5917edc074d9bc66f93.zip
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 helpcontent2 part of a change that spans core and helpcontent2. Change-Id: Iabe24a710d46d23246699d102ab96686cfe85ab4 Reviewed-on: https://gerrit.libreoffice.org/53317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'Module_helpcontent2.mk')
-rw-r--r--Module_helpcontent2.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Module_helpcontent2.mk b/Module_helpcontent2.mk
index 3e69742f96..2975af0adb 100644
--- a/Module_helpcontent2.mk
+++ b/Module_helpcontent2.mk
@@ -17,10 +17,11 @@ $(eval $(call gb_Module_add_targets,helpcontent2,\
ifeq ($(ENABLE_HTMLHELP),TRUE)
$(eval $(call gb_Module_add_targets,helpcontent2,\
CustomTarget_html \
+ GeneratedPackage_html_lang_generated \
GeneratedPackage_html_media \
- GeneratedPackage_html_generated \
+ Package_html_dynamic \
+ Package_html_lang \
Package_html_static \
- Package_html \
))
endif