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

Stephan Bergmann sbergman at redhat.com
Fri Apr 20 09:09:09 UTC 2018


 Package_html.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d9211d6ba5b3b5d46e2d4be8f8aa623372233394
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Apr 20 11:06:07 2018 +0200

    Syntactic clean-up in Package_html.mk
    
    Change-Id: Ibc0f5773714f0e0df0f5bcdf0d52a482dcdbb4a7
    Reviewed-on: https://gerrit.libreoffice.org/53189
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    Tested-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/Package_html.mk b/Package_html.mk
index 680b6829c..32e649d8c 100644
--- a/Package_html.mk
+++ b/Package_html.mk
@@ -11,11 +11,11 @@ $(eval $(call gb_Package_Package,helpcontent2_html,$(call gb_CustomTarget_get_wo
 
 $(eval $(call gb_Package_use_customtarget,helpcontent2_html,helpcontent2/help3xsl))
 
-$(eval $(call gb_Package_add_files,helpcontent2_html,$(LIBO_SHARE_HELP_FOLDER)/$(if $(HELP_ONLINE),$(PRODUCTVERSION),),\
+$(eval $(call gb_Package_add_files,helpcontent2_html,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION)),\
 	hid2file.js \
 ))
 
-$(eval $(call gb_Package_add_files_with_dir,helpcontent2_html,$(LIBO_SHARE_HELP_FOLDER)/$(if $(HELP_ONLINE),$(PRODUCTVERSION),),\
+$(eval $(call gb_Package_add_files_with_dir,helpcontent2_html,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION)),\
 	$(foreach lang,$(gb_HELP_LANGS),\
 		$(lang)/bookmarks.js \
 		$(lang)/contents.js \


More information about the Libreoffice-commits mailing list