postgis - add a link to the docs in the caveats

master
Adam Vandenberg 2010-05-07 09:31:01 -07:00
parent 3ab718e4b0
commit 036bf6a532
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ class Postgis <Formula
(share+'postgis').install %w( spatial_ref_sys.sql postgis/postgis.sql postgis/postgis_upgrade_13_to_15.sql postgis/postgis_upgrade_14_to_15.sql postgis/postgis_upgrade_15_minor.sql postgis/uninstall_postgis.sql )
# Copy loader and utils binaries to bin folder
bin.install %w( loader/pgsql2shp loader/shp2pgsql utils/create_undef.pl utils/new_postgis_restore.pl utils/postgis_proc_upgrade.pl utils/postgis_restore.pl utils/profile_intersects.pl )
end
def caveats
<<-EOS.undent
To create a spatially-enabled database, see the documentation:
http://postgis.refractions.net/documentation/manual-1.5/ch02.html#id2786223
EOS
end
end