aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--help/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 7d2c866524..dbb3a75887 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -45,6 +45,6 @@ MAINTAINERCLEANFILES = \
faq.txt: $(srcdir)/faq.py
$(srcdir)/faq.py >$@.tmp
elinks -dump -dump-width 72 -no-numbering -no-references < $@.tmp > $@ || \
- links -dump -width 72 -no-numbering -no-references < $@.tmp > $@ || \
+ links -width 72 -html-numbered-links 0 -dump $@.tmp > $@ || \
lynx -dump -width=72 -nolist -stdin -force-html < $@.tmp > $@
rm -f $@.tmp