From: Kevin Neufeld Date: Wed, 23 Jul 2008 16:40:07 +0000 (+0000) Subject: changed @@LAST_RELEASE_VERSION@@ with a DocBook variable so the correct version numbe... X-Git-Tag: 1.4.0b1~821 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cae0fd66e7645f5d377d4c4a7d48e793abdb58f1;p=postgis changed @@LAST_RELEASE_VERSION@@ with a DocBook variable so the correct version number gets substituted in all included files, not just postgis.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@2879 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index 1d823193c..abd413366 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -52,12 +52,12 @@ PostGIS The PostGIS module is a extension to the PostgreSQL backend server. - As such, PostGIS @@LAST_RELEASE_VERSION@@ requires + As such, PostGIS &last_release_version; requires full PostgreSQL server headers access in order to compile. The PostgreSQL source code is available at http://www.postgresql.org. - PostGIS @@LAST_RELEASE_VERSION@@ can be built against PostgreSQL + PostGIS &last_release_version; can be built against PostgreSQL versions 7.2.0 or higher. Earlier versions of PostgreSQL are not supported. @@ -81,14 +81,14 @@ Retrieve the PostGIS source archive from http://postgis.refractions.net/postgis-@@LAST_RELEASE_VERSION@@.tar.gz. + url="http://postgis.refractions.net/postgis-&last_release_version;.tar.gz">http://postgis.refractions.net/postgis-&last_release_version;.tar.gz. Uncompress and untar the archive. - # gzip -d -c postgis-@@LAST_RELEASE_VERSION@@.tar.gz | tar xvf - + # gzip -d -c postgis-&last_release_version;.tar.gz | tar xvf - - Enter the postgis-@@LAST_RELEASE_VERSION@@ directory, and run: + Enter the postgis-&last_release_version; directory, and run: # ./configure @@ -380,7 +380,7 @@ newdb=> \i spatial_ref_sys.sql The data loader and dumper are built and installed automatically as part of the PostGIS build. To build and install them manually: - # cd postgis-@@LAST_RELEASE_VERSION@@/loader + # cd postgis-&last_release_version;/loader # make # make install diff --git a/doc/postgis.xml b/doc/postgis.xml index 2f1f50595..85c347fb0 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -2,6 +2,7 @@ @@ -14,7 +15,7 @@ ]> - PostGIS @@LAST_RELEASE_VERSION@@ Manual + PostGIS &last_release_version; Manual @@ -39,7 +40,7 @@ GiST-based R-Tree spatial indexes, and functions for analysis and processing of GIS objects. - This is the manual for version @@LAST_RELEASE_VERSION@@ + This is the manual for version &last_release_version;