summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2021-03-04 12:24:42 -0800
committerKevin McCarthy <kevin@8t8.us>2021-03-04 12:24:42 -0800
commita796a1bd93c80aad2a0c8b2553196162c341fe92 (patch)
tree643efef8dfa6778cbdaf3408890e1251f889a7ae /doc
parent22bab8ffa96ec5b79341f91ae35456c47df7127c (diff)
Add -nonumbers to lynx options.
This will remove the useless link and field numbers from output in the manual.txt.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a88abc12..0d68693b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -151,7 +151,7 @@ uninstall-local:
check:
manual.txt: manual.html
- -LC_ALL=C lynx -localhost -dump -nolist -with_backspaces -display_charset=us-ascii manual.html > $@ || \
+ -LC_ALL=C lynx -localhost -dump -nolist -nonumbers -with_backspaces -display_charset=us-ascii manual.html > $@ || \
LC_ALL=C w3m -T text/html -I utf-8 -O utf-8 -dump < manual.html > $@ || \
LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@