Use cvs2cl instead of rcs2log to generate the ChangeLog.
This commit is contained in:
parent
2f37f2bd8a
commit
eb36b0c1ef
2 changed files with 4 additions and 5 deletions
|
@ -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\
|
||||
|
|
3
cvsusers
Normal file
3
cvsusers
Normal file
|
@ -0,0 +1,3 @@
|
|||
zarq:Ivo Timmermans <itimmermans@bigfoot.com>
|
||||
guus:Guus Sliepen <guus@sliepen.warande.net>
|
||||
wsl:Wessel Dankers <wsl@nl.linux.org>
|
Loading…
Reference in a new issue