diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-07 18:27:13 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-07 18:27:13 +0200 |
commit | 5b5301618fde17693f5299c2a55ae91fe8a12b11 (patch) | |
tree | 81b29aca5ccdbe8ec8f6927e721bfc14efeb30db /xmlhelp | |
parent | 063c4244e4254ba85c2146b9c49e5d76b503de62 (diff) |
bah, really deliver the files
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/Package_xml.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlhelp/Package_xml.mk b/xmlhelp/Package_xml.mk index 066838b15c65..7531e2f00c37 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: |