changeset 393:0844db548c06

Fix ChangeLog generation
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 31 May 2006 10:09:04 +0000
parents b09d74eb71e6
children 7c4216c7aa47
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Wed May 31 10:02:00 2006 +0000
+++ b/Makefile.am	Wed May 31 10:09:04 2006 +0000
@@ -24,7 +24,7 @@
 
 # Update changelog
 ChangeLog: CVS/Entries src/CVS/Entries
-	cvs2cl.pl --passwd /etc/passwd --domain tnsp.org --group-within-date
+	cvs2cl.pl -U /cvs/CVSROOT/cvsusers
 
 
 ###