summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: d3293900227cec06b490a8ebc6031d106cda2b86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
#	http://docbook.sourceforge.net/release/xsl/current/README
#

all:	telemetrum.html telemetrum.pdf

telemetrum.html:	telemetrum.xsl
	xsltproc -o telemetrum.html \
		/usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl \
		telemetrum.xsl

telemetrum.fo:	telemetrum.xsl
	xsltproc -o telemetrum.fo \
		/usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl \
		telemetrum.xsl

telemetrum.pdf:	telemetrum.fo
	fop -fo telemetrum.fo -pdf telemetrum.pdf

clean:
	rm -f telemetrum.html telemetrum.pdf telemetrum.fo

indent:		telemetrum.xsl
	xmlindent -i 2 < telemetrum.xsl > telemetrum.new