summaryrefslogtreecommitdiff
path: root/filter/Package_docbook.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-01 15:29:43 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-01 16:55:41 +0200
commit0822a4c84a0d55bb45d646642b9c24f945d8c1bf (patch)
treebde9de9ee7524c3f0c40dc807d322e03b199b802 /filter/Package_docbook.mk
parentaf12920f0f72d32ee6d3e6c0133ef1c774495100 (diff)
install xslt filters using filelist
Change-Id: Id84765285b1ace19442ec13d7212e4121f77dabd
Diffstat (limited to 'filter/Package_docbook.mk')
-rw-r--r--filter/Package_docbook.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/filter/Package_docbook.mk b/filter/Package_docbook.mk
index 3dce8257caa3..070ebe1e704e 100644
--- a/filter/Package_docbook.mk
+++ b/filter/Package_docbook.mk
@@ -18,8 +18,12 @@
$(eval $(call gb_Package_Package,filter_docbook,$(SRCDIR)/filter/source/docbook))
-$(eval $(call gb_Package_add_file,filter_docbook,bin/DocBookTemplate.stw,DocBookTemplate.stw))
-$(eval $(call gb_Package_add_file,filter_docbook,bin/docbooktosoffheadings.xsl,docbooktosoffheadings.xsl))
-$(eval $(call gb_Package_add_file,filter_docbook,bin/sofftodocbookheadings.xsl,sofftodocbookheadings.xsl))
+$(eval $(call gb_Package_set_outdir,filter_docbook,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_files,filter_docbook,share/xslt/docbook,\
+ DocBookTemplate.stw \
+ docbooktosoffheadings.xsl \
+ sofftodocbookheadings.xsl \
+))
# vim: set noet sw=4 ts=4: