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

New commits:
commit 3eea3745e5ee142962eb509032266e0c5762e943
Author:     Jan Holesovsky <ke...@collabora.com>
AuthorDate: Tue Aug 14 15:41:43 2018 +0200
Commit:     Jan Holesovsky <ke...@collabora.com>
CommitDate: Tue Aug 14 16:07:58 2018 +0200

    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 <ke...@collabora.com>

diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index b1f3fd8ec..a8447e4fe 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)
diff --git a/help3xsl/get_url.xsl b/help3xsl/generate_hid2file.xsl
similarity index 100%
rename from help3xsl/get_url.xsl
rename to help3xsl/generate_hid2file.xsl
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to