From 7037b18d270ef545ebf28c0e247682f8b05b59f1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 1 Oct 1996 07:41:45 +0000 Subject: Info cleanup. svn path=/trunk/; revision=187 --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 82134cb1..0bb443b5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -135,10 +135,10 @@ tags: $(tagsrcs) .PHONY: install installdirs install: installdirs \ - $(bindir)/$(instname) $(mandir)/$(instname).$(manext) + $(bindir)/$(instname) $(mandir)/$(instname).$(manext) # $(infodir)/fetchmail.info installdirs: - $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(mandir) + $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(mandir) # $(infodir) $(bindir)/$(instname): fetchmail $(INSTALL_PROGRAM) fetchmail $@ @@ -174,7 +174,7 @@ distclean: clean -rm -f TAGS tags -rm -f fetchmail.log fetchmail.toc fetchmail.*aux -realclean: fetchmail.info* distclean +realclean: distclean # fetchmail.info* mostlyclean: clean -- cgit v1.2.3