Show
Ignore:
Timestamp:
04/09/09 02:34:22 (3 years ago)
Author:
mloskot
Message:

[wktraster] Updated Makefile.rt.sample to look for rtpostgis.sql in the same location where PostGIS was installed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • spike/wktraster/scripts/Makefile.rt.sample

    r3946 r3988  
    1414# 
    1515# Instructions: 
    16 # Provide location of SQL scripts of PostGIS and WKT Raster extensions 
     16# You may need to update the location of SQL scripts of PostGIS 
     17# and WKT Raster extensions. 
    1718# 
    1819### BEGIN OF CONFIGURATION ################################################## 
    1920POSTGIS = /usr/share/postgresql/8.3/contrib 
    20 WKTRASTER = /home/mloskot/dev/wktraster/_svn/trunk 
     21WKTRASTER = ${POSTGIS} 
    2122### END OF CONFIGURATION #################################################### 
    2223# 
     
    3334        @echo "*** Drop PostGIS and WKT Raster enabled database:" 
    3435        @echo "\tDBNAME=mydb make -f Makefile.rt drop" 
    35  
     36        @echo "*** Check if database exists:" 
     37        @echo "\tDBNAME=mydb make -f Makefile.rt check" 
    3638drop: 
    3739        @echo "****** Makefile.rt ******"