[GRASS-SVN] r56754 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 17 02:24:53 PDT 2013
Author: hamish
Date: 2013-06-17 02:24:52 -0700 (Mon, 17 Jun 2013)
New Revision: 56754
Modified:
grass/trunk/gui/wxpython/Makefile
Log:
limit install to .py where it can be (#2006), alpha-sort dirs, linewrap
Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile 2013-06-17 09:11:41 UTC (rev 56753)
+++ grass/trunk/gui/wxpython/Makefile 2013-06-17 09:24:52 UTC (rev 56754)
@@ -9,14 +9,20 @@
ETCDIR = $(ETC)/gui/wxpython
-SRCFILES := $(wildcard icons/*.* scripts/* xml/*) \
- $(wildcard animation/* core/* dbmgr/* gcp/* gmodeler/* gui_core/* iclass/* lmgr/* location_wizard/* \
- mapdisp/* modules/* nviz/* psmap/* mapswipe/* vdigit/* wxplot/* web_services/* rlisetup/* vnet/*) \
+SRCFILES := $(wildcard icons/*.py scripts/*.py xml/*) \
+ $(wildcard animation/* core/*.py dbmgr/* gcp/*.py gmodeler/* \
+ gui_core/*.py iclass/* lmgr/*.py location_wizard/*.py mapdisp/*.py \
+ mapswipe/* modules/*.py nviz/*.py psmap/* rlisetup/* vdigit/* \
+ vnet/*.py web_services/*.py wxplot/*.py) \
gis_set.py gis_set_error.py wxgui.py README
-DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES)) $(patsubst %.py,$(ETCDIR)/%.pyc,$(filter %.py,$(SRCFILES)))
-PYDSTDIRS := $(patsubst %,$(ETCDIR)/%,animation core dbmgr gcp gmodeler gui_core iclass lmgr location_wizard \
- mapdisp modules nviz psmap mapswipe vdigit wxplot web_services rlisetup vnet)
+DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES)) \
+ $(patsubst %.py,$(ETCDIR)/%.pyc,$(filter %.py,$(SRCFILES)))
+
+PYDSTDIRS := $(patsubst %,$(ETCDIR)/%,animation core dbmgr gcp gmodeler \
+ gui_core iclass lmgr location_wizard mapdisp modules nviz psmap \
+ mapswipe vdigit wxplot web_services rlisetup vnet)
+
DSTDIRS := $(patsubst %,$(ETCDIR)/%,icons scripts xml)
default: $(DSTFILES)
More information about the grass-commit
mailing list