summaryrefslogtreecommitdiff
path: root/xslt/docbook/common/Makefile.am
blob: 3442520f75fd9eeb6f5c6c0d88591975a200abb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Not using INTLTOOL_XML_RULE because of it causes db-format.xml to be
# rebuilt in the tarball, which causes docs to be rebuilt, which causes
# translated docs to be rebuilt, which requires xml2po, which breaks
# --disable-build-utils

xsldir=$(datadir)/yelp-xsl/xslt/docbook/common

xsl_DATA =			\
	db-chunk.xsl		\
	db-common.xsl		\
	db-title.xsl		\
	db-xref.xsl

EXTRA_DIST=$(xsl_DATA)