summaryrefslogtreecommitdiff
path: root/CustomTarget_html.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-12-07 13:45:16 +0100
committerDavid Tardon <dtardon@redhat.com>2017-12-07 13:45:16 +0100
commit6dbfefa1bae144444ab217abc5847d4a886a5755 (patch)
tree90204124744a1ff35076c458b9b2d24ae1202bf9 /CustomTarget_html.mk
parentba16363fee2832acf3a33c718fa60cfb5aa67fc8 (diff)
allow to build online help too
Change-Id: Ib926dc2cd815a8d7e43c7cdcbccecd6c65f11980
Diffstat (limited to 'CustomTarget_html.mk')
-rw-r--r--CustomTarget_html.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index 4335e99498..4c45dc44f4 100644
--- a/CustomTarget_html.mk
+++ b/CustomTarget_html.mk
@@ -101,7 +101,7 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/html.text : \
$(call gb_ExternalExecutable_get_command,xsltproc) \
--stringparam fileTree '/' \
--stringparam Language $* \
- --stringparam local 'yes' \
+ --stringparam local $(if $(HELP_ONLINE),'no','yes') \
--stringparam root `pwd`/ \
--stringparam productversion $(PRODUCTVERSION) \
-o $(dir $@)$${xhp%.xhp}.html \