Browse Source

rename d.thematic.area to d.vect.thematic (part 3)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63979 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 years ago
parent
commit
39cebb7a04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      display/d.vect.thematic/Makefile

+ 1 - 1
display/d.vect.thematic/Makefile

@@ -1,7 +1,7 @@
 
 MODULE_TOPDIR = ../..
 
-PGM = d.thematic.area
+PGM = d.vect.thematic
 
 LIBES = $(ARRAYSTATSLIB) $(DISPLAYLIB) $(VECTORLIB) $(DBMILIB) $(GISLIB)
 DEPENDENCIES = $(ARRAYSTATSDEP) $(DISPLAYDEP) $(VECTORDEP) $(DBMIDEP) $(GISDEP)