summaryrefslogtreecommitdiff
path: root/Module_helpcontent2.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-11-23 19:39:38 +0100
committerJan Holesovsky <kendy@collabora.com>2018-08-06 18:23:12 +0200
commit6cbf82e64224da0625a04e2772e11a1ce67e97dc (patch)
treeb3481d6714468bcd81c5b797e33129d123590ee1 /Module_helpcontent2.mk
parent1a6d999c6a166ca457e302224c1b3315e44d860b (diff)
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 \