]> granicus.if.org Git - postgis/commitdiff
changed @@LAST_RELEASE_VERSION@@ with a DocBook variable so the correct version numbe...
authorKevin Neufeld <kneufeld.ca@gmail.com>
Wed, 23 Jul 2008 16:40:07 +0000 (16:40 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Wed, 23 Jul 2008 16:40:07 +0000 (16:40 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2879 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml
doc/postgis.xml

index 1d823193c0224b646642a0d744566bb4dc134928..abd413366dc4e0b4f533d166978f5f18797851c0 100644 (file)
     <title>PostGIS</title>
 
     <para>The PostGIS module is a extension to the PostgreSQL backend server.
-    As such, PostGIS @@LAST_RELEASE_VERSION@@ <emphasis>requires</emphasis>
+    As such, PostGIS &last_release_version; <emphasis>requires</emphasis>
     full PostgreSQL server headers access in order to compile. The PostgreSQL
     source code is available at <ulink
     url="http://www.postgresql.org">http://www.postgresql.org</ulink>.</para>
 
-    <para>PostGIS @@LAST_RELEASE_VERSION@@ can be built against PostgreSQL
+    <para>PostGIS &last_release_version; can be built against PostgreSQL
     versions 7.2.0 or higher. Earlier versions of PostgreSQL are
     <emphasis>not</emphasis> supported.</para>
 
 
       <listitem>
         <para>Retrieve the PostGIS source archive from <ulink
-        url="http://postgis.refractions.net/postgis-@@LAST_RELEASE_VERSION@@.tar.gz">http://postgis.refractions.net/postgis-@@LAST_RELEASE_VERSION@@.tar.gz</ulink>.
+        url="http://postgis.refractions.net/postgis-&last_release_version;.tar.gz">http://postgis.refractions.net/postgis-&last_release_version;.tar.gz</ulink>.
         Uncompress and untar the archive.</para>
 
-        <programlisting># gzip -d -c postgis-@@LAST_RELEASE_VERSION@@.tar.gz | tar xvf -</programlisting>
+        <programlisting># gzip -d -c postgis-&last_release_version;.tar.gz | tar xvf -</programlisting>
       </listitem>
 
       <listitem>
-        <para>Enter the postgis-@@LAST_RELEASE_VERSION@@ directory, and run:
+        <para>Enter the postgis-&last_release_version; directory, and run:
         <programlisting># ./configure</programlisting></para>
 
         <itemizedlist>
@@ -380,7 +380,7 @@ newdb=&gt; \i spatial_ref_sys.sql</programlisting>
     <para>The data loader and dumper are built and installed automatically as
     part of the PostGIS build. To build and install them manually:</para>
 
-    <programlisting># cd postgis-@@LAST_RELEASE_VERSION@@/loader 
+    <programlisting># cd postgis-&last_release_version;/loader 
 # make 
 # make install</programlisting>
 
index 2f1f505950b2c7f5eb6e3ac48ecfc293fe1cab40..85c347fb05c518dc6d62ab592f839aad8cbbfabd 100644 (file)
@@ -2,6 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 
+<!ENTITY last_release_version "@@LAST_RELEASE_VERSION@@">
 <!ENTITY introduction SYSTEM "introduction.xml">
 <!ENTITY installation SYSTEM "installation.xml">
 <!ENTITY faq SYSTEM "faq.xml">
@@ -14,7 +15,7 @@
 
 ]>
 <book>
-  <title>PostGIS @@LAST_RELEASE_VERSION@@ Manual</title>
+  <title>PostGIS &last_release_version; Manual</title>
 
   <bookinfo>
     <editor>
@@ -39,7 +40,7 @@
       GiST-based R-Tree spatial indexes, and functions for analysis and
       processing of GIS objects.</para>
 
-      <para>This is the manual for version @@LAST_RELEASE_VERSION@@</para>
+      <para>This is the manual for version &last_release_version;</para>
     </abstract>
   </bookinfo>