updated ChangeLog

added log: rule in Makefile.am
This commit is contained in:
Michael Elkins 2000-12-20 22:28:05 +00:00
parent 146945d460
commit 603595c714
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,27 @@
2000-12-20 Michael Elkins <me@sigipe.org>
* configure: forgot to remove configure script
* INSTALL, Makefile.in, aclocal.m4, autogen.sh, install-sh, missing, mkinstalldirs:
added autogen.sh to regenerate the build environment
* COPYING, INSTALL, install-sh, missing, mkinstalldirs:
added missing files
* isync.1, sample.isyncrc: New file.
* isync.1, sample.isyncrc:
initial import
* TODO, configure, imap.c, maildir.c, sync.c:
New file.
* TODO, configure, imap.c, maildir.c, sync.c:
initial import
* AUTHORS, ChangeLog, INSTALL, Makefile.am, Makefile.in, NEWS, README, aclocal.m4, configure.in, isync.h, main.c:
New file.
* AUTHORS, ChangeLog, INSTALL, Makefile.am, Makefile.in, NEWS, README, aclocal.m4, configure.in, isync.h, main.c:
initial import

View File

@ -2,3 +2,6 @@ bin_PROGRAMS=isync
isync_SOURCES=main.c imap.c sync.c maildir.c
man_MANS=isync.1
EXTRA_DIST=sample.isyncrc $(man_MANS)
log:
rcs2log -h sigipe.org | sed 's;/home/cvs/isync/;;g' > ChangeLog