]> granicus.if.org Git - postgis/commitdiff
Add number nesting to sections. Fix link in postgis.xml
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 22 Sep 2004 04:48:51 +0000 (04:48 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 22 Sep 2004 04:48:51 +0000 (04:48 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@871 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile
doc/postgis.xml

index c2f879c006fca931a09a449af9ab7161ace2abb6..ee2d58a1d8385676704f51881c2f6edb4b3ce558 100644 (file)
@@ -10,6 +10,7 @@ chunked-html: postgis-out.xml
                --param shade.verbatim 1 \
                --param chunk.section.depth 0 \
                --param section.autolabel 1 \
+               --param section.label.includes.component.label 1 \
                --stringparam html.stylesheet style.css \
                --stringparam saxon.character.representation decimal \
                /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl \
@@ -20,6 +21,7 @@ html: postgis-out.xml
                --output html/postgis.html \
                --param shade.verbatim 1 \
                --param section.autolabel 1 \
+               --param section.label.includes.component.label 1 \
                --param chunk.section.depth 0 \
                --stringparam html.stylesheet style.css \
                /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl \
@@ -30,6 +32,7 @@ postgis.fo: postgis-out.xml
                --output $@ \
                --param shade.verbatim 1 \
                --param section.autolabel 1 \
+               --param section.label.includes.component.label 1 \
                --param chunk.section.depth 0 \
                /usr/share/sgml/docbook/xsl-stylesheets/fo/docbook.xsl \
                $<
index 500e82769378029ab7420310ff8dad1ba2d8ade3..aeeed1ec8426e6c779933f70627f134909e1a305 100644 (file)
@@ -3499,7 +3499,7 @@ dimension
           <listitem>
             <para>Returns linear distance in meters between two lat/lon
             points. Uses a spherical earth and radius of 6370986 meters.
-            Faster than <link linkend="???">distance_spheroid()</link>, but
+            Faster than <link linkend="distance_spheroid">distance_spheroid()</link>, but
             less accurate.</para>
           </listitem>
         </varlistentry>