[GRASS-SVN] r61596 - in grass-addons/grass7/gui/wxpython/wx.metadata: r.info.iso v.info.iso

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 13 13:19:29 PDT 2014


Author: martinl
Date: 2014-08-13 13:19:28 -0700 (Wed, 13 Aug 2014)
New Revision: 61596

Added:
   grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/Makefile
   grass-addons/grass7/gui/wxpython/wx.metadata/v.info.iso/Makefile
Log:
wx.metadata: added Makefiles for r|v.info.iso (work in progres)

Added: grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/Makefile
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/Makefile	                        (rev 0)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/Makefile	2014-08-13 20:19:28 UTC (rev 61596)
@@ -0,0 +1,7 @@
+MODULE_TOPDIR = ../..
+
+PGM = r.info.iso
+
+include $(MODULE_TOPDIR)/include/Make/Script.make
+
+default: script


Property changes on: grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/Makefile
___________________________________________________________________
Added: svn:mime-type
   + text/x-makefile
Added: svn:eol-style
   + native

Added: grass-addons/grass7/gui/wxpython/wx.metadata/v.info.iso/Makefile
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/v.info.iso/Makefile	                        (rev 0)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/v.info.iso/Makefile	2014-08-13 20:19:28 UTC (rev 61596)
@@ -0,0 +1,7 @@
+MODULE_TOPDIR = ../..
+
+PGM = v.info.iso
+
+include $(MODULE_TOPDIR)/include/Make/Script.make
+
+default: script


Property changes on: grass-addons/grass7/gui/wxpython/wx.metadata/v.info.iso/Makefile
___________________________________________________________________
Added: svn:mime-type
   + text/x-makefile
Added: svn:eol-style
   + native



More information about the grass-commit mailing list