aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-03-06 16:42:02 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-03-06 16:42:02 +0000
commitc50b1d7896a370af66c972c0f2090a61622e8a37 (patch)
treed495359aca8468266d4c7e8e0ca986864f1d303e /Makefile.in
parentcdca22242d06c3ceb4821937164afd9000d17d20 (diff)
downloadfetchmail-c50b1d7896a370af66c972c0f2090a61622e8a37.tar.gz
fetchmail-c50b1d7896a370af66c972c0f2090a61622e8a37.tar.bz2
fetchmail-c50b1d7896a370af66c972c0f2090a61622e8a37.zip
Ready to ship.
svn path=/trunk/; revision=1691
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 389b94d2..107bbba5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,7 +3,7 @@
# If you're running QNX, we can't assume a working autoconf.
# So just uncomment all the lines marked QNX.
-VERS=4.3.8
+VERS=4.3.9
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
@@ -132,9 +132,11 @@ installdirs:
$(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(mandir)
$(bindir)/$(instname): fetchmail
+ @echo "Installing binary..."
$(INSTALL_PROGRAM) fetchmail $@
$(mandir)/$(instname).$(manext): fetchmail.man
+ @echo "Installing manual page..."
$(INSTALL_DATA) $(srcdir)/fetchmail.man $@
uninstall: