aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-01 07:41:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-01 07:41:45 +0000
commit7037b18d270ef545ebf28c0e247682f8b05b59f1 (patch)
treebd69c315fe40e61e87559cf5b8d4a0dfc40b121e
parentd5b61e5277c6e290ad247100d7efd178b1886abd (diff)
downloadfetchmail-7037b18d270ef545ebf28c0e247682f8b05b59f1.tar.gz
fetchmail-7037b18d270ef545ebf28c0e247682f8b05b59f1.tar.bz2
fetchmail-7037b18d270ef545ebf28c0e247682f8b05b59f1.zip
Info cleanup.
svn path=/trunk/; revision=187
-rw-r--r--Makefile.in6
1 files 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