Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / doc / Makefile
1 #
2 #       http://docbook.sourceforge.net/release/xsl/current/README
3 #
4
5 all:    telemetrum.html telemetrum.pdf
6
7 telemetrum.html:        telemetrum.xsl
8         xsltproc -o telemetrum.html \
9                 /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl \
10                 telemetrum.xsl
11
12 telemetrum.fo:  telemetrum.xsl
13         xsltproc -o telemetrum.fo \
14                 /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl \
15                 telemetrum.xsl
16
17 telemetrum.pdf: telemetrum.fo
18         fop -fo telemetrum.fo -pdf telemetrum.pdf
19
20 clean:
21         rm -f telemetrum.html telemetrum.pdf telemetrum.fo
22
23 indent:         telemetrum.xsl
24         xmlindent -i 2 < telemetrum.xsl > telemetrum.new
25