From 0115504a31e3e93a003535d96be6ddb7512a955b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 1 Apr 1997 04:06:07 +0000 Subject: Include produvction to make a text FAQ. svn path=/trunk/; revision=936 --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3