]> granicus.if.org Git - postgis/commitdiff
Fix silly entity handling in chunked mode HTML generation
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 9 Sep 2004 20:51:32 +0000 (20:51 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 9 Sep 2004 20:51:32 +0000 (20:51 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@792 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile

index 4aa8e2ca46fbadea6e1d57105b4e7b96805321e6..3e44fe6d014dba69b9d39365a2a353fcb6f71a4c 100644 (file)
@@ -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 \