aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-04-01 04:06:07 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-04-01 04:06:07 +0000
commit0115504a31e3e93a003535d96be6ddb7512a955b (patch)
tree5ce2c3dba65081cd969c17debd02c2eafc8bc3da
parentb88ff3d6f6e33729a4cec116a0af69abbcb8ccc2 (diff)
downloadfetchmail-0115504a31e3e93a003535d96be6ddb7512a955b.tar.gz
fetchmail-0115504a31e3e93a003535d96be6ddb7512a955b.tar.bz2
fetchmail-0115504a31e3e93a003535d96be6ddb7512a955b.zip
Include produvction to make a text FAQ.
svn path=/trunk/; revision=936
-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