changeset 617:89bdb8fdc2a7

Do not generate revision numbers in ChangeLog.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Sep 2007 21:31:02 +0000
parents 1776da045588
children ddae043e8e47
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Sun Sep 02 21:31:01 2007 +0000
+++ b/Makefile.am	Sun Sep 02 21:31:02 2007 +0000
@@ -36,7 +36,7 @@
 	if test -e ".svn"; then svn update; fi
 
 .changelog: update
-	if test -e ".svn"; then svn2cl --stdout --group-by-day --include-rev --strip-prefix xmms-sid/trunk/ | sed "s/  ccr$$/  Matti Hämäläinen (ccr\/TNSP)  <ccr@tnsp.org>/" > ChangeLog; fi
+	if test -e ".svn"; then svn2cl --stdout --group-by-day --strip-prefix xmms-sid/trunk/ | sed "s/  ccr$$/  Matti Hämäläinen (ccr\/TNSP)  <ccr@tnsp.org>/" > ChangeLog; fi
 	touch $@
 
 ChangeLog: .changelog