summaryrefslogtreecommitdiff
path: root/xslt/docbook/html/Makefile.am
blob: b476c1792bfc2529db73afe9f35619cfc9651e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
xsldir=$(datadir)/sgml/gnome/docbook/html

xsl_DATA =			\
	db2html-admon.xsl	\
	db2html-cmdsynopsis.xsl	\
	db2html-inline.xsl	\
	db2html-label.xsl	\
	db2html-title.xsl

EXTRA_DIST=$(xsl_DATA)

report.xml: $(wildcard db*.xsl) elements report.sh
	./report.sh > report.xml
report.html: report.xml report.xslt
	xsltproc -o report.html report.xslt report.xml