diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | fetchmailconf.man | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0f9deb76..72f09f5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ BUILT_SOURCES= rcfile_y.h bin_PROGRAMS= fetchmail dist_bin_SCRIPTS= fetchmailconf dist_noinst_SCRIPTS= specgen.sh -dist_man1_MANS= fetchmail.man +dist_man1_MANS= fetchmail.man fetchmailconf.man # for gettext (used by fetchmail.c, NOT by GNU gettext) localedir= $(datadir)/locale @@ -87,6 +87,8 @@ fetchmail 6.3.0 (not yet released officially): Sent by Miloslav Trmac. (Matthias Andree) * Nalin Dahyabhai's fix to make rpa.c compile. Sent by Miloslav Trmac. (Matthias Andree) +* Trivial fetchmailconf.man to redirect to fetchmail.1. + Reported by Miloslav Trmac. (Matthias Andree) fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines: diff --git a/fetchmailconf.man b/fetchmailconf.man new file mode 100644 index 00000000..27c700e4 --- /dev/null +++ b/fetchmailconf.man @@ -0,0 +1 @@ +.so man1/fetchmail.1 |