Use cvs2cl instead of rcs2log to generate the ChangeLog.
authorIvo Timmermans <ivo@lychnis.net>
Fri, 24 Nov 2000 14:00:32 +0000 (14:00 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Fri, 24 Nov 2000 14:00:32 +0000 (14:00 +0000)
Makefile.am
cvsusers [new file with mode: 0644]

index 9a82010..68331c7 100644 (file)
@@ -14,11 +14,7 @@ CVS_CREATED = configure aclocal.m4 config.h.in config.guess \
 
 ChangeLog:
        rm -f ChangeLog
-       rcs2log \
-         -u "zarq      Ivo Timmermans  itimmermans@bigfoot.com" \
-         -u "guus      Guus Sliepen    guus@sliepen.warande.net" \
-         -u "wsl       Wessel Dankers  wsl@nl.linux.org" | \
-         sed -e 's,/home/CVS/tinc/,,g' > $@
+       cvs2cl -U cvsusers --fsf
 
 cvs-clean: maintainer-clean
        for f in $(CVS_CREATED) `find -name Makefile.in` ; do\
diff --git a/cvsusers b/cvsusers
new file mode 100644 (file)
index 0000000..3d1d2d3
--- /dev/null
+++ b/cvsusers
@@ -0,0 +1,3 @@
+zarq:Ivo Timmermans <itimmermans@bigfoot.com>
+guus:Guus Sliepen <guus@sliepen.warande.net>
+wsl:Wessel Dankers <wsl@nl.linux.org>