]> granicus.if.org Git - postgis/commitdiff
Add autolabelling to sections in generated HTML.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 21 Sep 2004 19:09:40 +0000 (19:09 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 21 Sep 2004 19:09:40 +0000 (19:09 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@867 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile

index a4ae349a81da1693662b2fee9e96cd1957dcbc1a..9ce7c14818b52cb1907eec4c15bb09de5060ff0e 100644 (file)
@@ -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 \