[geos-commits] r2713 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Nov 11 18:05:41 EST 2009


Author: strk
Date: 2009-11-11 18:05:40 -0500 (Wed, 11 Nov 2009)
New Revision: 2713

Modified:
   trunk/HOWTO_RELEASE
   trunk/Makefile.am
Log:
Change ChangeLog generation rule so it doesn't mess with make dist. Reflect in HOW_TO_RELEASE


Modified: trunk/HOWTO_RELEASE
===================================================================
--- trunk/HOWTO_RELEASE	2009-11-10 23:54:34 UTC (rev 2712)
+++ trunk/HOWTO_RELEASE	2009-11-11 23:05:40 UTC (rev 2713)
@@ -15,9 +15,9 @@
      - VERSION_MAJOR for SUBSTANTIAL additions or C lib ABI break
        [ THIS MUST BE CAREFULLY AVOIDED ]
    
-3: Run make distcheck, fix any problem with it.
+3: Run 'make distcheck', fix any problem with it.
 
-4: Run make ChangeLog.
+4: Generate the ChangeLog by running 'make cl'
 
 5: Update the NEWS file (extract most important things from the ChangeLog)
 

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2009-11-10 23:54:34 UTC (rev 2712)
+++ trunk/Makefile.am	2009-11-11 23:05:40 UTC (rev 2713)
@@ -19,10 +19,5 @@
 
 ACLOCAL_AMFLAGS = -I macros
 
-ChangeLog:
+cl:
 	cd $(srcdir) && svn2cl --authors=authors.svn -i -o ChangeLog
-
-# Should only be phony if in maintainer-mode or similar
-# to prevent 'distcheck' from failing due to read-only
-# source dir
-#.PHONY: ChangeLog



More information about the geos-commits mailing list