From: Paul Ramsey Date: Tue, 21 Sep 2004 19:09:40 +0000 (+0000) Subject: Add autolabelling to sections in generated HTML. X-Git-Tag: pgis_1_0_0RC1~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff80ddf1582b741192fddf6b2529e0891635af80;p=postgis Add autolabelling to sections in generated HTML. git-svn-id: http://svn.osgeo.org/postgis/trunk@867 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile b/doc/Makefile index a4ae349a8..9ce7c1481 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -9,6 +9,7 @@ chunked-html: postgis-out.xml xsltproc \ --param shade.verbatim 1 \ --param chunk.section.depth 0 \ + --param section.autolabel 1 \ --stringparam html.stylesheet style.css \ --stringparam saxon.character.representation decimal \ /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl \ @@ -18,6 +19,7 @@ html: postgis-out.xml xsltproc \ --output html/postgis.html \ --param shade.verbatim 1 \ + --param section.autolabel 1 \ --param chunk.section.depth 0 \ --stringparam html.stylesheet style.css \ /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl \