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

New commits:
commit 6dbfefa1bae144444ab217abc5847d4a886a5755
Author: David Tardon <dtar...@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 \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to