When checking line length limits, the `length()' function of
mawk doesn't count non-ASCII characters properly in UTF-8
locales. Force the man(1) output to use C locale and use normal
`-' instead of multi-byte dash characters.
$t->{"Documentation/$m.html : $txt"} = [ "\$(txt2pre) <$txt",
"touch -r $txt \$@" ];
$t->{".$m.cols : $m.$i"} = [
- "\@echo CHECK80 $m.$i;".
+ "\@echo CHECK80 $m.$i; LC_ALL=C LANG=C ".
"COLUMNS=80 \$(MAN) ./$m.$i | \$(check_man)",
'>$@' ];
$t->{".$m.lexgrog: $m.$i"} = [