gnome-games r7723 - trunk



Author: jclinton
Date: Sun Jun 22 04:11:10 2008
New Revision: 7723
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7723&view=rev

Log:
fix revision for first start of ChangeLog generation


Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sun Jun 22 04:11:10 2008
@@ -40,12 +40,12 @@
 	--disable-schemas-install \
 	--disable-scrollkeeper
 
-# Build ChangeLog from SVN history (r7699 was the first ChangeLog-less checkin).
+# Build ChangeLog from SVN history (r7722 was the first ChangeLog-less checkin).
 # Only build this when in an svn checkout.
 
 ChangeLog:
 	@if test -f $(top_srcdir)/.svn/entries; then \
-		svn log -v --xml -r HEAD:7699 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \
+		svn log -v --xml -r HEAD:7722 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \
 		xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
 		--stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
 	fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]