[GRASS-SVN] r42653 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 24 13:45:50 EDT 2010


Author: martinl
Date: 2010-06-24 17:45:49 +0000 (Thu, 24 Jun 2010)
New Revision: 42653

Modified:
   grass/branches/develbranch_6/gui/wxpython/Makefile
Log:
wxGUI: install missing gis_set_error.py
(merge r42652 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/Makefile	2010-06-24 17:40:20 UTC (rev 42652)
+++ grass/branches/develbranch_6/gui/wxpython/Makefile	2010-06-24 17:45:49 UTC (rev 42653)
@@ -10,7 +10,7 @@
 
 ETCDIR = $(ETC)/wxpython
 
-SRCFILES := $(wildcard scripts/* compat/* gui_modules/* icons/*.* icons/silk/* images/* xml/*) gis_set.py wxgui.py README scripts/wxgui
+SRCFILES := $(wildcard scripts/* compat/* gui_modules/* icons/*.* icons/silk/* images/* xml/*) gis_set.py gis_set_error.py wxgui.py README scripts/wxgui
 DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES)) $(patsubst %.py,$(ETCDIR)/%.pyc,$(filter %.py,$(SRCFILES)))
 
 default: install_scripts



More information about the grass-commit mailing list