[GRASS-SVN] r68227 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 9 04:09:20 PDT 2016


Author: martinl
Date: 2016-04-09 04:09:20 -0700 (Sat, 09 Apr 2016)
New Revision: 68227

Modified:
   grass/trunk/gui/wxpython/Makefile
Log:
fix wxGUI make rules (copy only python files)

Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile	2016-04-09 08:49:43 UTC (rev 68226)
+++ grass/trunk/gui/wxpython/Makefile	2016-04-09 11:09:20 UTC (rev 68227)
@@ -9,10 +9,10 @@
 DSTDIR = $(GUIDIR)/wxpython
 
 SRCFILES := $(wildcard icons/*.py scripts/*.py xml/*) \
-	$(wildcard animation/* core/*.py datacatalog/* dbmgr/* gcp/*.py gmodeler/* \
-	gui_core/*.py iclass/* lmgr/*.py location_wizard/*.py mapwin/*.py mapdisp/*.py \
-	mapswipe/* modules/*.py nviz/*.py psmap/* rdigit/* rlisetup/* timeline/* vdigit/* \
-	vnet/*.py web_services/*.py wxplot/*.py iscatt/*.py tplot/*) \
+	$(wildcard animation/*.py core/*.py datacatalog/*.py dbmgr/*.py gcp/*.py gmodeler/*.py \
+	gui_core/*.py iclass/*.py lmgr/*.py location_wizard/*.py mapwin/*.py mapdisp/*.py \
+	mapswipe/*.py modules/*.py nviz/*.py psmap/*.py rdigit/*.py rlisetup/*.py timeline/*.py vdigit/*.py \
+	vnet/*.py web_services/*.py wxplot/*.py iscatt/*.py tplot/*.py) \
 	gis_set.py gis_set_error.py wxgui.py README
 
 DSTFILES := $(patsubst %,$(DSTDIR)/%,$(SRCFILES)) \



More information about the grass-commit mailing list