summaryrefslogtreecommitdiff
path: root/xslt/Makefile.am
blob: f4e62af40b007b8a11346db7620e05b4a4cccfd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
xsldir=$(datadir)/yelp-tools/xslt

xsl_DATA =		\
	comments.xsl	\
	mal-epub.xsl	\
	mal-opf.xsl	\
	mal-files.xsl	\
	mal-license.xsl	\
	mal-ncx.xsl	\
	mal-status.xsl	\
	mal-rng.xsl	\
	media.xsl

EXTRA_DIST =		\
	mal-ncx.xsl.in	\
	mal-opf.xsl.in	\
	$(xsl_DATA)