From: Sandro Santilli Date: Fri, 12 Oct 2012 07:49:44 +0000 (+0000) Subject: Put tags in , fixing #2041 X-Git-Tag: 2.1.0beta2~556 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de0e25e56810b8cb4a07419a3fc48928cfcfc4dd;p=postgis Put tags in , fixing #2041 git-svn-id: http://svn.osgeo.org/postgis/trunk@10410 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index c94025419..9234d3b85 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -551,8 +551,11 @@ tar -xvzf postgis-&last_release_version;.tar.gz The PostGIS extensions are built and installed automatically if you are using PostgreSQL 9.1+. - 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: + 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: + + make comments + 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. 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.