Suggest an alternative to hunting for elinks/links/lynx.

svn path=/trunk/; revision=27003
This commit is contained in:
Gerald Combs 2008-12-15 16:44:47 +00:00
parent f64f7b1e8d
commit 9ef162199f
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ MAINTAINERCLEANFILES = \
Makefile.in
# Try our best to convert the FAQ to text.
# Maybe we should use a script (e.g. http://www.aaronsw.com/2002/html2text/) instead.
faq.txt: $(srcdir)/faq.py
$(srcdir)/faq.py >$@.tmp && \
(( which elinks > /dev/null && elinks -dump -dump-width 72 -no-numbering -no-references < $@.tmp > $@ )|| \