Changeset 3988 for spike/wktraster/scripts/Makefile.rt.sample
- Timestamp:
- 04/09/09 02:34:22 (3 years ago)
- Files:
-
- 1 modified
-
spike/wktraster/scripts/Makefile.rt.sample (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spike/wktraster/scripts/Makefile.rt.sample
r3946 r3988 14 14 # 15 15 # 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. 17 18 # 18 19 ### BEGIN OF CONFIGURATION ################################################## 19 20 POSTGIS = /usr/share/postgresql/8.3/contrib 20 WKTRASTER = /home/mloskot/dev/wktraster/_svn/trunk21 WKTRASTER = ${POSTGIS} 21 22 ### END OF CONFIGURATION #################################################### 22 23 # … … 33 34 @echo "*** Drop PostGIS and WKT Raster enabled database:" 34 35 @echo "\tDBNAME=mydb make -f Makefile.rt drop" 35 36 @echo "*** Check if database exists:" 37 @echo "\tDBNAME=mydb make -f Makefile.rt check" 36 38 drop: 37 39 @echo "****** Makefile.rt ******"
