[GRASS-SVN] r61601 - grass-addons/grass7/gui/wxpython/wx.metadata/mdlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 13 13:59:27 PDT 2014
Author: martinl
Date: 2014-08-13 13:59:27 -0700 (Wed, 13 Aug 2014)
New Revision: 61601
Modified:
grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/Makefile
Log:
wx.metadata: update mdlib/Makefile
Modified: grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/Makefile
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/Makefile 2014-08-13 20:49:57 UTC (rev 61600)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/Makefile 2014-08-13 20:59:27 UTC (rev 61601)
@@ -3,11 +3,13 @@
include $(MODULE_TOPDIR)/include/Make/Other.make
include $(MODULE_TOPDIR)/include/Make/Python.make
-DSTDIR = $(ETC)/metadata
+DSTDIR = $(ETC)
-PYFILES := $(patsubst %,$(DSTDIR)/%.py,$(MODULES) __init__)
-PYCFILES := $(patsubst %,$(DSTDIR)/%.pyc,$(MODULES) __init__)
+MODULES = $(wildcard *.py)
+PYFILES := $(patsubst %,$(DSTDIR)/%,$(MODULES))
+PYCFILES := $(patsubst %.py,$(DSTDIR)/%.pyc,$(filter %.py,$(MODULES)))
+
default: $(PYFILES) $(PYCFILES)
$(DSTDIR):
More information about the grass-commit
mailing list