From b51cb8f52b4b0f75b90594b0b905468afd1848d9 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 9 Sep 2004 20:51:32 +0000 Subject: [PATCH] Fix silly entity handling in chunked mode HTML generation git-svn-id: http://svn.osgeo.org/postgis/trunk@792 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 4aa8e2ca4..3e44fe6d0 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,6 +5,15 @@ LAST_RELEASE_VERSION = 0.8 postgis-out.xml: postgis.xml cat $< | sed "s/@@LAST_RELEASE_VERSION@@/$(LAST_RELEASE_VERSION)/g" > $@ +chunked-html: postgis-out.xml + xsltproc \ + --param shade.verbatim 1 \ + --param chunk.section.depth 0 \ + --stringparam html.stylesheet style.css \ + --stringparam saxon.character.representation decimal \ + /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl \ + $< + html: postgis-out.xml xsltproc \ --output html/postgis.html \ -- 2.40.0