diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-01 07:41:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-01 07:41:45 +0000 |
commit | 7037b18d270ef545ebf28c0e247682f8b05b59f1 (patch) | |
tree | bd69c315fe40e61e87559cf5b8d4a0dfc40b121e | |
parent | d5b61e5277c6e290ad247100d7efd178b1886abd (diff) | |
download | fetchmail-7037b18d270ef545ebf28c0e247682f8b05b59f1.tar.gz fetchmail-7037b18d270ef545ebf28c0e247682f8b05b59f1.tar.bz2 fetchmail-7037b18d270ef545ebf28c0e247682f8b05b59f1.zip |
Info cleanup.
svn path=/trunk/; revision=187
-rw-r--r-- | Makefile.in | 6 |
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 |