Sfoglia il codice sorgente

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

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63977 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 anni fa
parent
commit
cc855a3789

+ 1 - 1
display/Makefile

@@ -32,7 +32,7 @@ SUBDIRS = \
 	d.title \
 	d.vect \
 	d.vect.chart \
-	d.thematic.area \
+	d.vect.thematic \
 	d.where
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make

display/d.thematic.area/Makefile → display/d.vect.thematic/Makefile


display/d.thematic.area/area.c → display/d.vect.thematic/area.c


display/d.thematic.area/d.thematic.area.html → display/d.vect.thematic/d.thematic.area.html


display/d.thematic.area/local_proto.h → display/d.vect.thematic/local_proto.h


display/d.thematic.area/main.c → display/d.vect.thematic/main.c


display/d.thematic.area/plot.h → display/d.vect.thematic/plot.h


display/d.thematic.area/plot1.c → display/d.vect.thematic/plot1.c