[GRASS-SVN] r38064 - grass/branches/develbranch_6/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 24 14:26:34 EDT 2009


Author: martinl
Date: 2009-06-24 14:26:33 -0400 (Wed, 24 Jun 2009)
New Revision: 38064

Modified:
   grass/branches/develbranch_6/lib/python/Makefile
Log:
readme already removed - Makefile fix


Modified: grass/branches/develbranch_6/lib/python/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/python/Makefile	2009-06-24 18:21:30 UTC (rev 38063)
+++ grass/branches/develbranch_6/lib/python/Makefile	2009-06-24 18:26:33 UTC (rev 38064)
@@ -14,7 +14,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