Added FAQ.html->FAQ.txt.

This commit is contained in:
William Kendrick 2005-10-09 21:25:29 +00:00
parent dc80c36bae
commit 2778173a26

View file

@ -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) $< > $@