[GRASS-SVN] r37939 - grass/trunk/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 18 22:41:11 EDT 2009


Author: hamish
Date: 2009-06-18 22:41:10 -0400 (Thu, 18 Jun 2009)
New Revision: 37939

Modified:
   grass/trunk/scripts/Makefile
Log:
disable unported shell scripts

Modified: grass/trunk/scripts/Makefile
===================================================================
--- grass/trunk/scripts/Makefile	2009-06-18 22:06:26 UTC (rev 37938)
+++ grass/trunk/scripts/Makefile	2009-06-19 02:41:10 UTC (rev 37939)
@@ -50,14 +50,11 @@
 	v.db.update \
 	v.dissolve \
 	v.in.e00 \
-	v.in.garmin \
 	v.in.geonames \
 	v.in.gns \
-	v.in.gpsbabel \
 	v.in.mapgen \
 	v.in.sites.all \
 	v.in.wfs \
-	v.out.gps \
 	v.rast.stats \
 	v.report \
 	v.what.vect
@@ -66,6 +63,9 @@
 #	d.out.gpsdrive \
 #	r.mapcalculator \
 #	r3.mapcalculator \
+#	v.in.garmin \
+#	v.in.gpsbabel \
+#	v.out.gps
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 



More information about the grass-commit mailing list