aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 46c55d61..30817058 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -154,7 +154,7 @@ clean:
-rm -f fetchmail *.o core fetchmail.dvi \
rcfile_l.c rcfile_y.h rcfile_y.c \
fetchmail.tar fetchmail.tar.gz \
- rfc822
+ rfc822 FAQ
distclean: clean
-rm -f Makefile config.h TAGS tags
@@ -208,6 +208,9 @@ all = $(docs) $(config) $(srcs) $(parser) $(headers) $(extra) $(scripts) \
MANIFEST: $(srcdir)
@echo $(all) | tr "[ \t]" '\n' | sort | sed "s/\\./fetchmail-$(VERS)/" >MANIFEST
+FAQ: fetchmail-FAQ.html
+ lynx -dump -nolist fetchmail-FAQ.html >FAQ
+
dist: fetchmail-$(VERS).tar.gz
ls -l fetchmail-$(VERS).tar.gz