diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-05-27 13:35:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-05-27 13:35:45 +0000 |
commit | e05fd1d8a7e5588008469746383f9e71bd1cbbfe (patch) | |
tree | 58947814754209fdf0c821ea7fff1afa2888c4f0 /Makefile.in | |
parent | 6c1df37bf15ce8602bd8a997d89e21c6e21d8b0d (diff) | |
download | fetchmail-e05fd1d8a7e5588008469746383f9e71bd1cbbfe.tar.gz fetchmail-e05fd1d8a7e5588008469746383f9e71bd1cbbfe.tar.bz2 fetchmail-e05fd1d8a7e5588008469746383f9e71bd1cbbfe.zip |
Various minor fixes.
svn path=/trunk/; revision=1866
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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: |