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

David Tardon dtardon at kemper.freedesktop.org
Sat Apr 7 09:28:12 PDT 2012


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

New commits:
commit 5b5301618fde17693f5299c2a55ae91fe8a12b11
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Apr 7 18:27:13 2012 +0200

    bah, really deliver the files

diff --git a/xmlhelp/Package_xml.mk b/xmlhelp/Package_xml.mk
index 066838b..7531e2f 100644
--- a/xmlhelp/Package_xml.mk
+++ b/xmlhelp/Package_xml.mk
@@ -27,11 +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,xmlhelp_xml,bin/embed.xsl,embed.xsl))
+$(eval $(call gb_Package_add_file,xmlhelp_xml,bin/idxcaption.xsl,idxcaption.xsl))
+$(eval $(call gb_Package_add_file,xmlhelp_xml,bin/idxcontent.xsl,idxcontent.xsl))
+$(eval $(call gb_Package_add_file,xmlhelp_xml,bin/main_transform.xsl,main_transform.xsl))
 
-$(eval $(call gb_Package_add_file,xml/ucpchelp.xml,ucpchelp.xml))
+$(eval $(call gb_Package_add_file,xmlhelp_xml,xml/ucpchelp.xml,ucpchelp.xml))
 
 # vim: set shiftwidth=4 tabstop=4 noexpandtab:


More information about the Libreoffice-commits mailing list