diff options
author | Balint Reczey <balint.reczey@ericsson.com> | 2008-12-15 10:34:37 +0000 |
---|---|---|
committer | Balint Reczey <balint.reczey@ericsson.com> | 2008-12-15 10:34:37 +0000 |
commit | bc79c1f13a69323aea4da5e6a985c24f5ad04e8b (patch) | |
tree | 3d5b25de78af5169390e0ff2ca1a183d51952133 /help | |
parent | adf9b77ac1a6e9c6365638d05c50c18569280275 (diff) | |
download | wireshark-bc79c1f13a69323aea4da5e6a985c24f5ad04e8b.tar.gz wireshark-bc79c1f13a69323aea4da5e6a985c24f5ad04e8b.tar.bz2 wireshark-bc79c1f13a69323aea4da5e6a985c24f5ad04e8b.zip |
Fixed links parameters.
Tested with Links 2.1pre37.
svn path=/trunk/; revision=26997
Diffstat (limited to 'help')
-rw-r--r-- | help/Makefile.am | 2 |
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 |