[Libreoffice-commits] help.git: CustomTarget_html.mk

David Tardon dtardon at redhat.com
Thu Dec 7 12:50:08 UTC 2017


 CustomTarget_html.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6dbfefa1bae144444ab217abc5847d4a886a5755
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Dec 7 13:45:16 2017 +0100

    allow to build online help too
    
    Change-Id: Ib926dc2cd815a8d7e43c7cdcbccecd6c65f11980

diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index 4335e9949..4c45dc44f 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 \


More information about the Libreoffice-commits mailing list