[GRASS-SVN] r38063 - grass/trunk/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 24 14:21:30 EDT 2009
Author: martinl
Date: 2009-06-24 14:21:30 -0400 (Wed, 24 Jun 2009)
New Revision: 38063
Modified:
grass/trunk/lib/python/Makefile
Log:
readme already removed - Makefile fix
Modified: grass/trunk/lib/python/Makefile
===================================================================
--- grass/trunk/lib/python/Makefile 2009-06-24 17:53:34 UTC (rev 38062)
+++ grass/trunk/lib/python/Makefile 2009-06-24 18:21:30 UTC (rev 38063)
@@ -12,7 +12,7 @@
PYFILES := $(patsubst %,$(DSTDIR)/%.py,$(MODULES) __init__)
default: $(DSTDIR)
- $(MAKE) $(PYFILES) $(DSTDIR)/README.txt
+ $(MAKE) $(PYFILES)
$(PYDIR):
test -d $@ || $(MKDIR) -p $@
More information about the grass-commit
mailing list