switch ChangeLog generation to cvs2cl

This commit is contained in:
Oswald Buddenhagen 2003-05-05 17:17:44 +00:00
parent a1594ea19d
commit d2b39d2c89

View File

@ -4,10 +4,11 @@ EXTRA_DIST = isyncrc.sample isync.spec.in $(man_MANS)
DISTCLEANFILES = *~ build-stamp configure-stamp DISTCLEANFILES = *~ build-stamp configure-stamp
log: log:
rcs2log -u "me Michael Elkins me@sigpipe.org" \ @echo "me:'Michael Elkins <me@sigpipe.org>'" > .usermap
-u "melkins Michael Elkins me@sigpipe.org" \ @echo "melkins:'Michael Elkins <me@sigpipe.org>'" >> .usermap
-u "ossi Oswald Buddenhagen ossi@users.sf.net" \ @echo "ossi:'Oswald Buddenhagen <ossi@users.sf.net>'" >> .usermap
-l 79 > ChangeLog cvs2cl -U .usermap --no-wrap --separate-header
@rm .usermap
rpm: rpm:
make dist make dist