aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-12-13 02:53:34 +0000
committerGerald Combs <gerald@wireshark.org>2008-12-13 02:53:34 +0000
commit6906e796006558d1bcff6e976d16412fdc1d59d9 (patch)
tree4aa8f3a5a522edd8597c73680fb04c55233e8a8e /help
parent8a1109396a7295bc11f2eb474afc83ba3a1bc7f5 (diff)
Fix FAQ targets.
svn path=/trunk/; revision=26981
Diffstat (limited to 'help')
-rw-r--r--help/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 4c3e7fd10c..6db30fb5e5 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -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 > $@