summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-07 18:23:17 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-07 18:23:17 +0200
commit7de1c843d61729e33f7d4c7cc516a78b465b84b3 (patch)
treef40839c1fe3d311822e315066264e8d2d16cb67f /xmlhelp
parentac588638dcb2498ac42d7e1a958e598cc845d4c5 (diff)
install xsl files too
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/Package_xml.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/xmlhelp/Package_xml.mk b/xmlhelp/Package_xml.mk
index 5e23bb68e066..066838b15c65 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: