Fix FAQ targets.

svn path=/trunk/; revision=26981
This commit is contained in:
Gerald Combs 2008-12-13 02:53:34 +00:00
parent 8a1109396a
commit 6906e79600
1 changed files with 3 additions and 3 deletions

View File

@ -43,6 +43,6 @@ MAINTAINERCLEANFILES = \
# Try our best to convert the FAQ to text.
faq.txt: faq.py
elinks -dump -dump-width 72 < $< > $@ || \
links -dump -width 72 < $< > $@ || \
lynx -dump -width=72 -nolist -stdin -force-html < $< > $@
./faq.py | elinks -dump -dump-width 72 -no-numbering -no-references > $@ || \
./faq.py | links -dump -width 72 -no-numbering -no-references > $@ || \
./faq.py | lynx -dump -width=72 -nolist -stdin -force-html > $@