From: Ivo Timmermans Date: Fri, 24 Nov 2000 14:00:32 +0000 (+0000) Subject: Use cvs2cl instead of rcs2log to generate the ChangeLog. X-Git-Tag: release-1.0pre4~135 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=eb36b0c1ef7b5ed8ff59c3b41cbb361ed37d5f01 Use cvs2cl instead of rcs2log to generate the ChangeLog. --- diff --git a/Makefile.am b/Makefile.am index 9a820105..68331c72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 index 00000000..3d1d2d33 --- /dev/null +++ b/cvsusers @@ -0,0 +1,3 @@ +zarq:Ivo Timmermans +guus:Guus Sliepen +wsl:Wessel Dankers