[GRASS-SVN] r45837 - grass/branches/develbranch_6/vector

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 3 08:54:46 EDT 2011


Author: mmetz
Date: 2011-04-03 05:54:46 -0700 (Sun, 03 Apr 2011)
New Revision: 45837

Modified:
   grass/branches/develbranch_6/vector/Makefile
Log:
add v.buffer and v.parallel

Modified: grass/branches/develbranch_6/vector/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/Makefile	2011-04-03 12:54:11 UTC (rev 45836)
+++ grass/branches/develbranch_6/vector/Makefile	2011-04-03 12:54:46 UTC (rev 45837)
@@ -2,6 +2,7 @@
 MODULE_TOPDIR = ..
 
 SUBDIRS = \
+	v.buffer \
 	v.buffer2 \
 	v.build \
 	v.build.polylines \
@@ -55,6 +56,7 @@
 	v.out.svg \
 	v.out.vtk \
 	v.overlay \
+	v.parallel \
 	v.parallel2 \
 	v.patch \
 	v.perturb \



More information about the grass-commit mailing list