Browse Source

some module's dir renamed (strip '2')

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36903 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
5234c96a2f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      vector/Makefile

+ 3 - 3
vector/Makefile

@@ -4,7 +4,7 @@ MODULE_TOPDIR = ..
 PGM = vectorintro
 
 SUBDIRS = \
-	v.buffer2 \
+	v.buffer \
 	v.build \
 	v.build.polylines \
 	v.category \
@@ -13,7 +13,7 @@ SUBDIRS = \
 	v.convert \
 	v.db.connect \
 	v.db.select \
-	v.delaunay2 \
+	v.delaunay \
 	v.distance \
 	v.drape \
 	v.edit \
@@ -49,7 +49,7 @@ SUBDIRS = \
 	v.out.svg \
 	v.out.vtk \
 	v.overlay \
-	v.parallel2 \
+	v.parallel \
 	v.patch \
 	v.perturb \
 	v.split \