From: Sandro Santilli Date: Tue, 4 Nov 2003 21:54:14 +0000 (+0000) Subject: made last release version a parameter X-Git-Tag: pgis_0_8_0~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df96f325f1fd14295bbaf203b07b49499e080c9d;p=postgis made last release version a parameter git-svn-id: http://svn.osgeo.org/postgis/trunk@347 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml.in b/doc/postgis.xml.in index 63ad8dd9b..22511f9a6 100644 --- a/doc/postgis.xml.in +++ b/doc/postgis.xml.in @@ -139,12 +139,12 @@ PostGIS The PostGIS module is a extension to the PostgreSQL backend server. - As such, PostGIS 0.7 requires a full copy of the + As such, PostGIS @@LAST_RELEASE_VERSION@@ requires a full copy of the PostgreSQL source tree in order to compile. The PostgreSQL source code is available at http://www.postgresql.org. - PostGIS 0.7 can be built against PostgreSQL 7.1.x or PostgreSQL 7.2.x. + PostGIS @@LAST_RELEASE_VERSION@@ can be built against PostgreSQL versions 7.1.x, 7.2.x or 7.3.x. Earlier versions of PostgreSQL are not supported. @@ -155,12 +155,12 @@ Retrieve the PostGIS source archive from - http://postgis.refractions.net/postgis-0.7.3.tar.gz. + http://postgis.refractions.net/postgis-@@LAST_RELEASE_VERSION@@.tar.gz. Uncompress and untar the archive in the "contrib" directory of the PostgreSQL source tree. # cd [postgresql source tree]/contrib -# gzip -d -c postgis-0.7.tar.gz | tar xvf - +# gzip -d -c postgis-@@LAST_RELEASE_VERSION@@.tar.gz | tar xvf - Once your PostgreSQL installation is up-to-date, enter the @@ -350,7 +350,7 @@ The data loader and dumper are built and installed automatically as part of the PostGIS build. To build and install them manually: - # cd postgis-0.7/loader + # cd postgis-@@LAST_RELEASE_VERSION@@/loader # make # make install The loader is called shp2pgsql and converts