]> granicus.if.org Git - postgis/commitdiff
Put <comment> tags in <para>, fixing #2041
authorSandro Santilli <strk@keybit.net>
Fri, 12 Oct 2012 07:49:44 +0000 (07:49 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 12 Oct 2012 07:49:44 +0000 (07:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10410 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml

index c94025419fec2b29db90bf29103973c5d86be4b5..9234d3b858ef1e3507f41626deb13313da8810bc 100644 (file)
@@ -551,8 +551,11 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
          <para>
                The PostGIS extensions are built and installed automatically if you are using PostgreSQL 9.1+. 
          </para>
-         <para>If you are building from source repository, you need to build the function descriptions first. These get built if you have docbook installed. You can also manually build with the statement:</para>
+         <para>If you are building from source repository, you need to build the function descriptions first. These get built if you have docbook installed. You can also manually build with the statement:
+    </para>
+         <para>
          <command>make comments</command>
+    </para>
          <para>Building the comments is not necessary if you are building from a release tar ball since these are packaged pre-built with the tar ball already.</para>
          <para>If you are building against PostgreSQL 9.1, the extensions should automatically build as part of the make install process.  You can if needed build from the extensions
          folders or copy files if you need them on a different server. </para>