[GRASS-SVN] r63974 - in grass-addons/grass7: . display

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 7 01:22:24 PST 2015


Author: martinl
Date: 2015-01-07 01:22:24 -0800 (Wed, 07 Jan 2015)
New Revision: 63974

Added:
   grass-addons/grass7/display/Makefile
   grass-addons/grass7/display/d.vect.thematic2/
Modified:
   grass-addons/grass7/Makefile
Log:
move d.vect.thematic to addons as d.vect.thematic2 (part 1)


Modified: grass-addons/grass7/Makefile
===================================================================
--- grass-addons/grass7/Makefile	2015-01-07 09:16:25 UTC (rev 63973)
+++ grass-addons/grass7/Makefile	2015-01-07 09:22:24 UTC (rev 63974)
@@ -3,6 +3,7 @@
 
 # display gui misc raster3d
 SUBDIRS = \
+	display \
 	general \
 	imagery \
 	raster \

Added: grass-addons/grass7/display/Makefile
===================================================================
--- grass-addons/grass7/display/Makefile	                        (rev 0)
+++ grass-addons/grass7/display/Makefile	2015-01-07 09:22:24 UTC (rev 63974)
@@ -0,0 +1,10 @@
+MODULE_TOPDIR = ..
+
+SUBDIRS = \
+	d.frame \
+	d.mon2 \
+	d.vect.thematic2
+
+include $(MODULE_TOPDIR)/include/Make/Dir.make
+
+default: subdirs


Property changes on: grass-addons/grass7/display/Makefile
___________________________________________________________________
Added: svn:mime-type
   + text/x-makefile
Added: svn:eol-style
   + native



More information about the grass-commit mailing list