-- -lynx -dump -nolist -with_backspaces $^ > $@ || \
-+ links.main -dump $^ > $@ || links -dump $^ > $@ || \
-+ lynx -dump -nolist -with_backspaces $^ > $@ || \
- w3m -dump $^ > $@ || \
- elinks -dump -no-numbering -no-references $^ > $@
+- -LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ || \
++ links.main -dump $< > $@ || links -dump $< > $@ || \
++ LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ || \
+ LC_ALL=C w3m -dump manual.html > $@ || \
+ LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@