--- ./doc/Makefile.am_ORIG 2026-06-20 01:37:24.476873052 -0500 +++ ./doc/Makefile.am 2026-06-20 01:37:50.390477911 -0500 @@ -150,7 +150,7 @@ fi manual.txt: manual.html - -LC_ALL=C lynx -localhost -dump -nolist -nonumbers -with_backspaces -display_charset=us-ascii manual.html > $@ || \ + -LC_ALL=C lynx -localhost -dump -nolist -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' > $@