diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-12-19 20:26:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-12-19 20:26:17 +0000 |
commit | 56d12edc38fe5ac5a4f48cb1337d2a4331d533e5 (patch) | |
tree | fcf95d556cfa1eab0196b753329663ee47237f4a /Makefile.in | |
parent | 8a1a698052bb345c41a1b1c5153080d0dcd22cc7 (diff) | |
download | fetchmail-56d12edc38fe5ac5a4f48cb1337d2a4331d533e5.tar.gz fetchmail-56d12edc38fe5ac5a4f48cb1337d2a4331d533e5.tar.bz2 fetchmail-56d12edc38fe5ac5a4f48cb1337d2a4331d533e5.zip |
Remake the flat-text docfiles when appropriate.
svn path=/trunk/; revision=2667
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2527d3c0..dfe2148c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -105,7 +105,7 @@ srcs = $(srcdir)/socket.c $(srcdir)/getpass.c $(srcdir)/pop2.c \ .SUFFIXES: .SUFFIXES: .o .c .h .y .l .ps .dvi .info .texi -all: fetchmail po +all: fetchmail po NOTES FAQ FEATURES # Some makes apparently use .PHONY as the default goal if it is before `all'. .PHONY: all |