summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2009-06-30 17:31:44 +0200
committerRocco Rutte <pdmef@gmx.net>2009-06-30 17:31:44 +0200
commit3612853009f31e8b3263323f93de138b1bedd767 (patch)
treeb082cc6101523a423e46e9a225a779f0a76848cf /doc
parent243a4b419c96423d3444c2918a84ffa57d038ccc (diff)
Manual: Run lynx with --display_charset=us-ascii, see #3286.
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 88ab4a09..493b4400 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -102,7 +102,7 @@ uninstall-local:
check:
manual.txt: manual.html
- -LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ || \
+ -LC_ALL=C lynx -dump -nolist -with_backspaces -display_charset=us-ascii 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' > $@