From 2778173a263b534a7e3917a0c75baf32840c0307 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Sun, 9 Oct 2005 21:25:29 +0000 Subject: [PATCH] Added FAQ.html->FAQ.txt. --- docs/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 23e2cd821..d166c5c87 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -7,15 +7,16 @@ # Bill Kendrick # bill@newbreedsoftware.com # -# Sept. 4, 2005 - Sept. 4, 2005 +# Sept. 4, 2005 - October 9, 2005 LINKS=links -dump -no-numbering -no-references -all: README.txt OPTIONS.txt +all: README.txt OPTIONS.txt FAQ.txt clean: -rm README.txt -rm OPTIONS.txt + -rm FAQ.txt README.txt: html/README.html $(LINKS) $< > $@ @@ -23,3 +24,6 @@ README.txt: html/README.html OPTIONS.txt: html/OPTIONS.html $(LINKS) $< > $@ +FAQ.txt: html/FAQ.html + $(LINKS) $< > $@ +