diff options
-rw-r--r-- | CustomTarget_html.mk | 2 |
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 \ |