]> granicus.if.org Git - postgis/commitdiff
Fixed reference to PostgreSQL "contrib" directory (no more required)
authorSandro Santilli <strk@keybit.net>
Sat, 31 Dec 2005 15:11:41 +0000 (15:11 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 31 Dec 2005 15:11:41 +0000 (15:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2246 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index b919c56c7b79ee6ad82073ffd60f5edb2f92efc5..4feb3d681a4aad4a3dc8a30694be6fab8e94ba80 100644 (file)
         <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>.
-          Uncompress and untar the archive in the "contrib" directory of the
-          PostgreSQL source tree.</para>
+          Uncompress and untar the archive.
+         </para>
 
-          <programlisting># cd [postgresql source tree]/contrib 
-# 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>Once your PostgreSQL installation is up-to-date, enter the
-          "postgis" directory, and run:
+          <para>Enter the postgis-@@LAST_RELEASE_VERSION@@ directory, and run:
 <programlisting># ./configure</programlisting>
          </para>