aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: f8ff134e3286b95c753507e70b5646b2682fda95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Docbook processing - very simplistic at the moment

DB_URI = http://docbook.sourceforge.net/release/xsl/current

dist_doc_DATA = pattern.txt

dist_html_DATA = reference.html lspipat.png
CLEANFILES = reference.html html_titlepage.xsl
EXTRA_DIST = reference.xml html_custom.xsl html_titlepage.spec.xml

reference.html : reference.xml html_custom.xsl html_titlepage.xsl
	@XSLTPROC@ @XSLT_FLAGS@ -o $@ html_custom.xsl $<

html_titlepage.xsl : html_titlepage.spec.xml
	@XSLTPROC@ @XSLT_FLAGS@ -o $@ $(DB_URI)/template/titlepage.xsl $<