From 84d801a3e852add04ed7e9e69101ce0a8db1f8be Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Jun 1998 13:25:10 +0000 Subject: Installation fix. svn path=/trunk/; revision=1869 --- Makefile.in | 2 +- NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ae90e7dc..ed7c4964 100644 --- a/Makefile.in +++ b/Makefile.in @@ -137,7 +137,7 @@ install: $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf @echo "Installing manual page..." $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext) - ln -sf $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext) + ln -sf $(mandir)/fetchmailconf.$(manext) $(mandir)/fetchmail.$(manext) uninstall: rm -f $(bindir)/fetchmail $(bindir)/fetchmailconf diff --git a/NEWS b/NEWS index d9fb9661..26c3aecf 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ ------------------------------------------------------------------------------ fetchmail-4.4.9 (): * Make fetchmail 64-bit clean (thanks to John Franklin ). +* Fix man-page installation (thanks to Kevin Hawkins ) fetchmail-4.4.8 (Tue May 26 12:30:58 EDT 1998): * Added 0.90 beta version of fetchmailconf. -- cgit v1.2.3