[Libreoffice-commits] help.git: Branch 'distro/collabora/cp-6.0' - CustomTarget_html.mk help3xsl/generate_hid2file.xsl help3xsl/get_url.xsl

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Aug 14 14:07:46 UTC 2018


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

New commits:
commit 57fc378985c101b47feff734c1a1812ad5c5c475
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Tue Aug 14 15:41:43 2018 +0200
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Tue Aug 14 16:07:24 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/58988
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at 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


More information about the Libreoffice-commits mailing list