From e05fd1d8a7e5588008469746383f9e71bd1cbbfe Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 27 May 1998 13:35:45 +0000 Subject: Various minor fixes. svn path=/trunk/; revision=1866 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index fadc7b13..ae90e7dc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -136,7 +136,7 @@ install: @echo "Installing fetchmail configurator..." $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf @echo "Installing manual page..." - $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmailconf.$(manext) + $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext) ln -sf $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext) uninstall: -- cgit v1.2.3