]> granicus.if.org Git - postgis/commitdiff
Changed Docbook processing from DSSSL to XSL.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 7 Sep 2004 22:28:25 +0000 (22:28 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 7 Sep 2004 22:28:25 +0000 (22:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@776 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile

index bf770923baa129eb5a5c31d3a66a5c425608be56..408064f44f61292dccd1cd79ab460b16bf9cb5c1 100644 (file)
@@ -1,13 +1,16 @@
 COMMONOPTS = -f docbook -b html -e no-valid
 LAST_RELEASE_VERSION = 0.8
 
-html: html/index.html
 
 postgis-out.xml: postgis.xml
        cat $< | sed "s/@@LAST_RELEASE_VERSION@@/$(LAST_RELEASE_VERSION)/g" > $@
 
-html/index.html: postgis-out.xml
-       jw $(COMMONOPTS) -o html/ $<
+html: postgis-out.xml
+       xsltproc \
+               --stringparam shade.verbatim 1 \
+               --stringparam html.stylesheet style.css \
+               /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl \
+               $<
 
 clean:
-       #rm -f html/*.html postgis-out.xml
+