aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.am
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2008-12-15 10:34:37 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2008-12-15 10:34:37 +0000
commitbc79c1f13a69323aea4da5e6a985c24f5ad04e8b (patch)
tree3d5b25de78af5169390e0ff2ca1a183d51952133 /help/Makefile.am
parentadf9b77ac1a6e9c6365638d05c50c18569280275 (diff)
Fixed links parameters.
Tested with Links 2.1pre37. svn path=/trunk/; revision=26997
Diffstat (limited to 'help/Makefile.am')
-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