xmlhelp/Package_xml.mk | 5 +++++ 1 file changed, 5 insertions(+) New commits: commit 063c4244e4254ba85c2146b9c49e5d76b503de62 Author: David Tardon <dtar...@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 <dtar...@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: _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits