[geos-commits] r3418 - branches/3.3

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Jul 5 06:13:26 EDT 2011


Author: strk
Date: 2011-07-05 03:13:26 -0700 (Tue, 05 Jul 2011)
New Revision: 3418

Modified:
   branches/3.3/Makefile.am
Log:
Tweak 'make cl' rule to make sure an 'svn update' is performed before the svn2cl call (or it may miss changes!)


Modified: branches/3.3/Makefile.am
===================================================================
--- branches/3.3/Makefile.am	2011-07-05 09:52:48 UTC (rev 3417)
+++ branches/3.3/Makefile.am	2011-07-05 10:13:26 UTC (rev 3418)
@@ -27,7 +27,7 @@
 ACLOCAL_AMFLAGS = -I macros
 
 cl:
-	cd $(srcdir) && svn2cl --authors=authors.svn -i -o ChangeLog
+	cd $(srcdir) && svn update && svn2cl --authors=authors.svn -i -o ChangeLog
 
 apidoc doxygen:
 	cd doc && make $@



More information about the geos-commits mailing list