Added FAQ.html->FAQ.txt.
This commit is contained in:
parent
dc80c36bae
commit
2778173a26
1 changed files with 6 additions and 2 deletions
|
|
@ -7,15 +7,16 @@
|
||||||
# Bill Kendrick
|
# Bill Kendrick
|
||||||
# bill@newbreedsoftware.com
|
# bill@newbreedsoftware.com
|
||||||
#
|
#
|
||||||
# Sept. 4, 2005 - Sept. 4, 2005
|
# Sept. 4, 2005 - October 9, 2005
|
||||||
|
|
||||||
LINKS=links -dump -no-numbering -no-references
|
LINKS=links -dump -no-numbering -no-references
|
||||||
|
|
||||||
all: README.txt OPTIONS.txt
|
all: README.txt OPTIONS.txt FAQ.txt
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm README.txt
|
-rm README.txt
|
||||||
-rm OPTIONS.txt
|
-rm OPTIONS.txt
|
||||||
|
-rm FAQ.txt
|
||||||
|
|
||||||
README.txt: html/README.html
|
README.txt: html/README.html
|
||||||
$(LINKS) $< > $@
|
$(LINKS) $< > $@
|
||||||
|
|
@ -23,3 +24,6 @@ README.txt: html/README.html
|
||||||
OPTIONS.txt: html/OPTIONS.html
|
OPTIONS.txt: html/OPTIONS.html
|
||||||
$(LINKS) $< > $@
|
$(LINKS) $< > $@
|
||||||
|
|
||||||
|
FAQ.txt: html/FAQ.html
|
||||||
|
$(LINKS) $< > $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue