diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-04-23 11:45:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-04-23 11:50:25 +0200 |
commit | c0508a0752d460bca8e7f5917edc074d9bc66f93 (patch) | |
tree | 2a66450d9386301d1eaf4639189fcc448fc473b5 /Module_helpcontent2.mk | |
parent | e4bbb5a2039264ace0ddb9df26fe91d58b576a79 (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 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.mk | 5 |
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 |