isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 3b91742ead9ffac64c1d6f4bc1949f316615a4fe
parent b5307f0e161abc91415375cee41c0c94e9ccc5f8
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Tue, 20 Jan 2004 01:27:23 +0000

exclude ChangeLog (do'h), NEWS and TODO when creating ChangeLog. exclude
debian/ as well, based on the fact that it already has a detailed log -
is that ok with everybody?

Diffstat:
MMakefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am @@ -4,7 +4,7 @@ EXTRA_DIST = debian isyncrc.sample isync.spec $(man_MANS) log: @perl -p -e "s/^(\\S+)\\s+(\\S.+\\S)\\s+(\\S+)\\s*\$$/\$$1:'\$$2 <\$$3>'\\n/" < ../CVSROOT/accounts > .usermap - cvs2cl -U .usermap --no-wrap --separate-header + cvs2cl -U .usermap --no-wrap --separate-header -I ChangeLog -I NEWS -I TODO -I debian/ @rm -f .usermap ChangeLog.bak deb: