summaryrefslogtreecommitdiff
path: root/xslt/docbook/html/Makefile.am
blob: 313e4501a5aae8972f8faeeab6d98156d889cf2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
xsldir=$(datadir)/xml/gnome/xslt/docbook/html

xsl_DATA =				\
	db2html-autotoc.xsl		\
	db2html-bibliography.xsl	\
	db2html-block.xsl		\
	db2html-callout.xsl		\
	db2html-classsynopsis.xsl	\
	db2html-cmdsynopsis.xsl		\
	db2html-css.xsl			\
	db2html-division.xsl		\
	db2html-ebnf.xsl		\
	db2html-footnote.xsl		\
	db2html-funcsynopsis.xsl	\
	db2html-index.xsl		\
	db2html-info.xsl		\
	db2html-inline.xsl		\
	db2html-l10n.xsl		\
	db2html-media.xsl		\
	db2html-list.xsl		\
	db2html-qanda.xsl		\
	db2html-refentry.xsl		\
	db2html-suppressed.xsl		\
	db2html-table.xsl		\
	db2html-title.xsl		\
	db2html-xref.xsl		\
	db2html.xsl			\
	db2xhtml.xsl

EXTRA_DIST=$(xsl_DATA)

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