From c50b1d7896a370af66c972c0f2090a61622e8a37 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 6 Mar 1998 16:42:02 +0000 Subject: Ready to ship. svn path=/trunk/; revision=1691 --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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: -- cgit v1.2.3