@slot
[cxml-rng.git] / doc / GNUmakefile
blobf9de5248f4bf99d2edb293827cff71d10487d5d9
1 .PHONY: index.html
3 all: index.html
5 html.xsl.out: macros.xsl html.xsl rename.xsl
6 xsltproc macros.xsl html.xsl >html.xsl.out
8 index.html: doc.xml html.xsl.out
9 xsltproc cleanup.xsl doc.xml \
10 | xsltproc html.xsl.out - \
11 | tee debug.xml \
12 | xsltproc paginate.xsl - >index.html