aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-12-15 16:44:47 +0000
committerGerald Combs <gerald@wireshark.org>2008-12-15 16:44:47 +0000
commit9ef162199f0f0e7824cb08edf1af46b407f3ce55 (patch)
tree9e8ad28aa31afb0cfc685492525bb6e15aca5508 /help/Makefile.am
parentf64f7b1e8d449ff0f393b1bd2353a99ad622b32c (diff)
Suggest an alternative to hunting for elinks/links/lynx.
svn path=/trunk/; revision=27003
Diffstat (limited to 'help/Makefile.am')
-rw-r--r--help/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index ebfdd2cb64..7ae2993a3e 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -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 > $@ )|| \