]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/help/C/Makefile
- moved version.txt.in to the help dir
[helm.git] / helm / software / matita / help / C / Makefile
1 XSLTPROC=xsltproc
2 XHTML_XSL=http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl
3 FO_XSL=http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl
4 all:
5 %.html: %.xml
6         xsltproc $(XHTML_XSL) $< > $@
7 %.fo: %.xml
8         xsltproc $(FO_XSL) $< > $@
9 %.pdf: %.fo
10         fop $< $@
11 clean:
12         rm -f *.html *.fo *.pdf