From 86e909d00c0093be59d05f6444b423ae2667d36a Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 22 Sep 2004 04:48:51 +0000 Subject: [PATCH] Add number nesting to sections. Fix link in postgis.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@871 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile | 3 +++ doc/postgis.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index c2f879c00..ee2d58a1d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 \ $< diff --git a/doc/postgis.xml b/doc/postgis.xml index 500e82769..aeeed1ec8 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3499,7 +3499,7 @@ dimension Returns linear distance in meters between two lat/lon points. Uses a spherical earth and radius of 6370986 meters. - Faster than distance_spheroid(), but + Faster than distance_spheroid(), but less accurate. -- 2.40.0