summaryrefslogtreecommitdiffstats
path: root/Module_helpcontent2.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-11-23 19:39:38 +0100
committerDavid Tardon <dtardon@redhat.com>2017-12-07 13:39:48 +0100
commitba16363fee2832acf3a33c718fa60cfb5aa67fc8 (patch)
tree94b2461d35414ca844042ad4dcd4a3b1d2681bbf /Module_helpcontent2.mk
parentAdd option to build en-US too. (diff)
downloadhelp-ba16363fee2832acf3a33c718fa60cfb5aa67fc8.tar.gz
help-ba16363fee2832acf3a33c718fa60cfb5aa67fc8.zip
move generation of HTML help to gbuild
Change-Id: Ic38ee7b9a3ee4a45bede9d494f717d833e53d69f
Diffstat (limited to 'Module_helpcontent2.mk')
-rw-r--r--Module_helpcontent2.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/Module_helpcontent2.mk b/Module_helpcontent2.mk
index 2c423a6ee1..8ff89344fb 100644
--- a/Module_helpcontent2.mk
+++ b/Module_helpcontent2.mk
@@ -14,6 +14,16 @@ $(eval $(call gb_Module_add_targets,helpcontent2,\
Package_helpimages \
))
+ifeq ($(ENABLE_HTMLHELP),TRUE)
+$(eval $(call gb_Module_add_targets,helpcontent2,\
+ CustomTarget_html \
+ GeneratedPackage_html_media \
+ GeneratedPackage_html \
+ Package_html_static \
+ Package_html \
+))
+endif
+
$(eval $(call gb_Module_add_l10n_targets,helpcontent2,\
AllLangHelp_sbasic \
AllLangHelp_scalc \