[GRASS-SVN] r32302 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 25 14:04:28 EDT 2008


Author: glynn
Date: 2008-07-25 14:04:28 -0400 (Fri, 25 Jul 2008)
New Revision: 32302

Modified:
   grass/trunk/lib/python/Makefile
Log:
copy README.txt to etc/python


Modified: grass/trunk/lib/python/Makefile
===================================================================
--- grass/trunk/lib/python/Makefile	2008-07-25 16:34:10 UTC (rev 32301)
+++ grass/trunk/lib/python/Makefile	2008-07-25 18:04:28 UTC (rev 32302)
@@ -6,8 +6,10 @@
 
 default: $(ETC)/python
 
-$(ETC)/python: *.py
+$(ETC)/python: grass.py README.txt
 	if [ ! -d $@ ]; then $(MKDIR) $@; fi
 	for file in $^ ; do $(INSTALL_DATA) $$file $@ ; done
 
+.PHONY: $(ETC)/python
+
 clean:



More information about the grass-commit mailing list