summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-04-20 11:06:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-04-20 11:07:25 +0200
commitd9211d6ba5b3b5d46e2d4be8f8aa623372233394 (patch)
tree5a8493d0b87d173c409008d2afeae33d0797b66c
parent23665d6b04829ac2b949c88de261c6f7b2de8baa (diff)
Syntactic clean-up in Package_html.mk
Change-Id: Ibc0f5773714f0e0df0f5bcdf0d52a482dcdbb4a7 Reviewed-on: https://gerrit.libreoffice.org/53189 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--Package_html.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Package_html.mk b/Package_html.mk
index 680b6829c6..32e649d8c3 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 \