summaryrefslogtreecommitdiffstats
path: root/CustomTarget_html.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2018-08-14 15:41:43 +0200
committerJan Holesovsky <kendy@collabora.com>2018-08-14 16:07:58 +0200
commit3eea3745e5ee142962eb509032266e0c5762e943 (patch)
tree60081d670d8c2e210fa844ee1eaedcaf16147682 /CustomTarget_html.mk
parentFix typo (diff)
downloadhelp-3eea3745e5ee142962eb509032266e0c5762e943.tar.gz
help-3eea3745e5ee142962eb509032266e0c5762e943.zip
Rename get_url.xsl to generate_hid2file.xsl, because that's what it's doing.
Change-Id: I565ca442281fa8a80a59d1038d29b34d7f9d9f41 Reviewed-on: https://gerrit.libreoffice.org/58989 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'CustomTarget_html.mk')
-rw-r--r--CustomTarget_html.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index b1f3fd8ec3..a8447e4fe2 100644
--- a/CustomTarget_html.mk
+++ b/CustomTarget_html.mk
@@ -27,7 +27,7 @@ $(eval $(call gb_CustomTarget_register_targets,helpcontent2/help3xsl,\
))
$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/hid2file.js : \
- $(SRCDIR)/helpcontent2/help3xsl/get_url.xsl \
+ $(SRCDIR)/helpcontent2/help3xsl/generate_hid2file.xsl \
$(call gb_ExternalExecutable_get_dependencies,xsltproc) \
$(foreach module,$(html_TEXT_MODULES),$(call gb_AllLangHelp_get_helpfiles_target,$(module)))
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XSL,1)