[GRASS-SVN] r33411 - grass/branches/develbranch_6/swig/python/interfaces

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 12 03:52:37 EDT 2008


Author: hamish
Date: 2008-09-12 03:52:37 -0400 (Fri, 12 Sep 2008)
New Revision: 33411

Modified:
   grass/branches/develbranch_6/swig/python/interfaces/Makefile
Log:
better track-down of gis.i source

Modified: grass/branches/develbranch_6/swig/python/interfaces/Makefile
===================================================================
--- grass/branches/develbranch_6/swig/python/interfaces/Makefile	2008-09-12 07:15:47 UTC (rev 33410)
+++ grass/branches/develbranch_6/swig/python/interfaces/Makefile	2008-09-12 07:52:37 UTC (rev 33411)
@@ -15,7 +15,7 @@
 	cat ../../../include/gisdefs.h | \
 		sed -e '/\.\.\..*;/d' -e '/\.\.\./,/;/d' \
 		-e '/^#/d' >> gisdefs.i
-#	gis.h  (gis.i checked into CVS 05/26/06; diff vs. that to see what was removed)
+#	gis.h  (gis.i based on gis.h c.12/17/04 (r16393)
 
 vector:
 	echo $(HEADER_LINE1) >  dig_structs.i
@@ -38,3 +38,4 @@
 
 distclean:
 	-rm -f gisdefs.i dig_structs.i vect.i
+	# gis.i dig_types.i imagedefs.h imagery.h



More information about the grass-commit mailing list