[postgis-commits] svn - r2925 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Fri Aug 22 06:37:37 PDT 2008


Author: robe
Date: 2008-08-22 06:37:36 -0700 (Fri, 22 Aug 2008)
New Revision: 2925

Modified:
   trunk/doc/installation.xml
Log:
typo

Modified: trunk/doc/installation.xml
===================================================================
--- trunk/doc/installation.xml	2008-08-22 13:05:53 UTC (rev 2924)
+++ trunk/doc/installation.xml	2008-08-22 13:37:36 UTC (rev 2925)
@@ -67,9 +67,9 @@
     versions 8.1.0 or higher. Earlier versions of PostgreSQL are
     <emphasis>not</emphasis> supported.</para>
 
-    <orderedlist>
 	<sect2 id="firsttimeinstall">
 		<title>Compiling and Installing from Source</title>
+		<orderedlist>
 		<listitem>
 			<para>Before you can compile the PostGIS server modules, you must
 			compile and install the PostgreSQL package.</para>
@@ -228,6 +228,7 @@
 			
 			<programlisting># psql -d [yourdatabase] -f spatial_ref_sys.sql</programlisting>
 		</listitem>
+		</orderedlist>
 	</sect2>
 
 
@@ -389,7 +390,6 @@
         </listitem>
       </orderedlist>
     </sect2>
-	</orderedlist>
   </sect1>
 
   <sect1>



More information about the postgis-commits mailing list