]> andersk Git - udis86.git/blob - docs/manual/Makefile.am
change manual docbook public dtd
[udis86.git] / docs / manual / Makefile.am
1 docdir = ${datadir}/docs/manual
2 dist_doc_DATA = manual.html
3
4 GENERATED = manual.html
5
6 all:
7
8 manual.html: manual.xml manual.xsl
9         xsltproc manual.xsl manual.xml > $@
10
11 maintainer-clean-local:
12         rm -rf $(GENERATED)
This page took 0.031459 seconds and 5 git commands to generate.