isync/Makefile.am
Michael Elkins 1b25e3b739 added target for creating html version of the man page
documented the imaps: prefix to the Host command
2000-12-21 19:49:03 +00:00

11 lines
266 B
Makefile

bin_PROGRAMS=isync
isync_SOURCES=main.c imap.c sync.c maildir.c isync.h list.c
man_MANS=isync.1
EXTRA_DIST=sample.isyncrc $(man_MANS)
log:
rcs2log -h sigipe.org | sed 's;/home/cvs/isync/;;g' > ChangeLog
isync.html: isync.1
groff -Thtml -man isync.1 > isync.html