[GRASS-SVN] r47327 - grass-addons/grass7/gui/wxpython/wx.wms

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 31 05:17:58 EDT 2011


Author: martinl
Date: 2011-07-31 02:17:58 -0700 (Sun, 31 Jul 2011)
New Revision: 47327

Modified:
   grass-addons/grass7/gui/wxpython/wx.wms/Makefile
Log:
wx.wms: install also serverList.txt


Modified: grass-addons/grass7/gui/wxpython/wx.wms/Makefile
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.wms/Makefile	2011-07-31 08:57:34 UTC (rev 47326)
+++ grass-addons/grass7/gui/wxpython/wx.wms/Makefile	2011-07-31 09:17:58 UTC (rev 47327)
@@ -5,7 +5,7 @@
 
 ETCDIR = $(ETC)/gui/wxpython/gui_modules/wms
 
-SRCFILES := $(wildcard *.py)
+SRCFILES := $(wildcard *.py) serverList.txt
 DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES)) $(patsubst %.py,$(ETCDIR)/%.pyc,$(filter %.py,$(SRCFILES)))
 
 default: $(DSTFILES)



More information about the grass-commit mailing list