[Libreoffice-commits] .: 2 commits - xmlhelp/Package_xml.mk xmlhelp/util

David Tardon dtardon at kemper.freedesktop.org
Sat Apr 7 09:24:14 PDT 2012


 xmlhelp/Package_xml.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 063c4244e4254ba85c2146b9c49e5d76b503de62
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Apr 7 18:23:37 2012 +0200

    drop executable flag

diff --git a/xmlhelp/util/embed.xsl b/xmlhelp/util/embed.xsl
old mode 100755
new mode 100644
diff --git a/xmlhelp/util/idxcaption.xsl b/xmlhelp/util/idxcaption.xsl
old mode 100755
new mode 100644
diff --git a/xmlhelp/util/idxcontent.xsl b/xmlhelp/util/idxcontent.xsl
old mode 100755
new mode 100644
diff --git a/xmlhelp/util/main_transform.xsl b/xmlhelp/util/main_transform.xsl
old mode 100755
new mode 100644
diff --git a/xmlhelp/util/ucpchelp.xml b/xmlhelp/util/ucpchelp.xml
old mode 100755
new mode 100644
commit 7de1c843d61729e33f7d4c7cc516a78b465b84b3
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Apr 7 18:23:17 2012 +0200

    install xsl files too

diff --git a/xmlhelp/Package_xml.mk b/xmlhelp/Package_xml.mk
index 5e23bb6..066838b 100644
--- a/xmlhelp/Package_xml.mk
+++ b/xmlhelp/Package_xml.mk
@@ -27,6 +27,11 @@
 
 $(eval $(call gb_Package_Package,xmlhelp_xml,$(SRCDIR)/xmlhelp/util))
 
+$(eval $(call gb_Package_add_file,bin/embed.xsl,embed.xsl))
+$(eval $(call gb_Package_add_file,bin/idxcaption.xsl,idxcaption.xsl))
+$(eval $(call gb_Package_add_file,bin/idxcontent.xsl,idxcontent.xsl))
+$(eval $(call gb_Package_add_file,bin/main_transform.xsl,main_transform.xsl))
+
 $(eval $(call gb_Package_add_file,xml/ucpchelp.xml,ucpchelp.xml))
 
 # vim: set shiftwidth=4 tabstop=4 noexpandtab:


More information about the Libreoffice-commits mailing list