[postgis-commits] svn - r2652 - trunk

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Jul 10 14:12:42 PDT 2007


Author: pramsey
Date: 2007-07-10 14:12:42 -0700 (Tue, 10 Jul 2007)
New Revision: 2652

Modified:
   trunk/GNUmakefile
Log:
Remove templategis from make, install, clean targets.


Modified: trunk/GNUmakefile
===================================================================
--- trunk/GNUmakefile	2007-07-09 03:11:25 UTC (rev 2651)
+++ trunk/GNUmakefile	2007-07-10 21:12:42 UTC (rev 2652)
@@ -4,13 +4,13 @@
 #
 #-----------------------------------------------------
 
-all: Makefile.config liblwgeom loaderdumper utils templategis
+all: Makefile.config liblwgeom loaderdumper utils 
 
-install: all liblwgeom-install loaderdumper-install templategis-install
+install: all liblwgeom-install loaderdumper-install 
 
-uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall templategis-uninstall
+uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall 
 
-clean: Makefile.config liblwgeom-clean loaderdumper-clean docs-clean test-clean templategis-clean
+clean: Makefile.config liblwgeom-clean loaderdumper-clean docs-clean test-clean 
 	rm -f lwpostgis.sql lwpostgis_upgrade.sql
 
 distclean: clean



More information about the postgis-commits mailing list