[GRASS-SVN] r46390 - grass-addons/gui/wxpython/wx.psmap

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 23 12:16:16 EDT 2011


Author: martinl
Date: 2011-05-23 09:16:16 -0700 (Mon, 23 May 2011)
New Revision: 46390

Removed:
   grass-addons/gui/wxpython/wx.psmap/Makefile
   grass-addons/gui/wxpython/wx.psmap/docs/
   grass-addons/gui/wxpython/wx.psmap/gui_modules/
   grass-addons/gui/wxpython/wx.psmap/images/
   grass-addons/gui/wxpython/wx.psmap/xml/
Modified:
   grass-addons/gui/wxpython/wx.psmap/README
Log:
wx.psmap code moved to the main repo


Deleted: grass-addons/gui/wxpython/wx.psmap/Makefile
===================================================================
--- grass-addons/gui/wxpython/wx.psmap/Makefile	2011-05-23 15:37:26 UTC (rev 46389)
+++ grass-addons/gui/wxpython/wx.psmap/Makefile	2011-05-23 16:16:16 UTC (rev 46390)
@@ -1,29 +0,0 @@
-MODULE_TOPDIR = ../..
-
-SUBDIRS = docs images
-
-include $(MODULE_TOPDIR)/include/Make/Dir.make
-include $(MODULE_TOPDIR)/include/Make/Python.make
-
-ifeq ($(GRASS_VERSION_MAJOR), 7)
-ETCDIR = $(ETC)/gui/wxpython
-else
-ETCDIR = $(ETC)/wxpython
-endif
-
-SRCFILES := $(wildcard gui_modules/* xml/*)
-DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES)) $(patsubst %.py,$(ETCDIR)/%.pyc,$(filter %.py,$(SRCFILES)))
-
-DSTDIRS := $(patsubst %,$(ETCDIR)/%,gui_modules xml)
-
-default: $(DSTFILES)
-	$(MAKE) parsubdirs
-
-$(ETCDIR)/%: % | $(DSTDIRS)
-	$(INSTALL_DATA) $< $@
-
-$(DSTDIRS): %: | $(ETCDIR)
-	$(MKDIR) $@
-
-$(ETCDIR):
-	$(MKDIR) $@

Modified: grass-addons/gui/wxpython/wx.psmap/README
===================================================================
--- grass-addons/gui/wxpython/wx.psmap/README	2011-05-23 15:37:26 UTC (rev 46389)
+++ grass-addons/gui/wxpython/wx.psmap/README	2011-05-23 16:16:16 UTC (rev 46390)
@@ -5,3 +5,6 @@
 GRASS Devs Wiki: http://trac.osgeo.org/grass/wiki/wxGUIDevelopment/GUIForPs.map
 
 Author: Anna Kratochvilova
+
+Update 2011-05-23: the code moved to the main GRASS repository (gui/wxpython)
+



More information about the grass-commit mailing list