summaryrefslogtreecommitdiff
path: root/test/testbook/Makefile
blob: 9fad6f5b41feae4f6d9500a9db4fa9668e8d6413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.ALL: html
.PHONY: html

html:
	if [ ! -d html ]; then mkdir html; fi
	rm -f html/*.*
	xsltproc --timing --nonet --xinclude -o html/ \
	--param db.chunk.chunk_top 1 \
	--stringparam theme.icon.admon.path "../../../data/icons/" \
	--stringparam theme.icon.nav.previous "../../../data/icons/nav-previous.png" \
	--stringparam theme.icon.nav.next "../../../data/icons/nav-next.png" \
	../../xslt/docbook/html/db2html.xsl \
	testbook.xml