]> granicus.if.org Git - postgis/commitdiff
Fixed Makefile reference to read Makefile.config.
authorSandro Santilli <strk@keybit.net>
Fri, 15 Apr 2005 20:11:21 +0000 (20:11 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 15 Apr 2005 20:11:21 +0000 (20:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@1626 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 3f17e68dd12af1867f6051f521dde415f26bc2ba..4d6ec61beefde93c62d46c4970832eeb4ec2ab8f 100644 (file)
         <listitem>
           <para>Once your PostgreSQL installation is up-to-date, enter the
           "postgis" directory, and edit the
-          <filename>Makefile</filename>.</para>
+          <filename>Makefile.config</filename> file.</para>
 
           <itemizedlist>
             <listitem>
@@ -448,7 +448,7 @@ as a "backup" in case postgis_restore.pl won't work for you:
         </orderedlist>
 
         <para>Also check that you have made any necessary changes to the top
-        of the Makefile. This includes:</para>
+        of the Makefile.config. This includes:</para>
 
         <orderedlist>
           <listitem>
@@ -456,7 +456,7 @@ as a "backup" in case postgis_restore.pl won't work for you:
             must install the Proj4 library on your system, set the
             <varname>USE_PROJ</varname> variable to 1 and the
             <varname>PROJ_DIR</varname> to your installation prefix in the
-            Makefile.</para>
+            Makefile.config.</para>
           </listitem>
 
           <listitem>
@@ -464,7 +464,7 @@ as a "backup" in case postgis_restore.pl won't work for you:
             install the GEOS library on your system, and set the
             <varname>USE_GEOS</varname> to 1 and the
             <varname>GEOS_DIR</varname> to your installation prefix in the
-            Makefile.</para>
+            Makefile.config</para>
           </listitem>
         </orderedlist>
       </sect2>