From 339d9e9bb275f4a7999291ec52182536ed0b5f9e Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 7 Sep 2004 22:28:25 +0000 Subject: [PATCH] Changed Docbook processing from DSSSL to XSL. git-svn-id: http://svn.osgeo.org/postgis/trunk@776 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index bf770923b..408064f44 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 + -- 2.40.0