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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 13 03:05:24 EDT 2008


Author: glynn
Date: 2008-08-13 03:05:23 -0400 (Wed, 13 Aug 2008)
New Revision: 32733

Removed:
   grass/trunk/scripts/d.monsize/
   grass/trunk/scripts/d.mvmon/
   grass/trunk/scripts/d.redraw/
   grass/trunk/scripts/d.resize/
   grass/trunk/scripts/d.slide.show/
   grass/trunk/scripts/d.split/
Modified:
   grass/trunk/scripts/Makefile
Log:
Remove scripts which depend upon monitors


Modified: grass/trunk/scripts/Makefile
===================================================================
--- grass/trunk/scripts/Makefile	2008-08-13 06:54:15 UTC (rev 32732)
+++ grass/trunk/scripts/Makefile	2008-08-13 07:05:23 UTC (rev 32733)
@@ -2,17 +2,10 @@
 
 SUBDIRS = \
 	d.correlate \
-	d.monsize \
-	d.mvmon \
-	d.out.gpsdrive \
 	d.polar \
 	d.rast.edit \
 	d.rast.leg \
-	d.redraw \
-	d.resize \
 	d.shadedmap \
-	d.slide.show \
-	d.split \
 	d.vect.thematic \
 	db.dropcol \
 	db.droptable \
@@ -27,7 +20,6 @@
 	i.in.spotvgt \
 	i.landsat.rgb \
 	i.oif \
-	i.spectral \
 	i.tasscap \
 	m.proj \
 	r.blend \
@@ -70,6 +62,9 @@
 	v.report \
 	v.what.vect
 
+#	d.out.gpsdrive \
+#	i.spectral \
+
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 default: parsubdirs



More information about the grass-commit mailing list