Various changes/fixes, 3 new distro versions

This commit is contained in:
Yorhel 2015-04-28 08:27:29 +02:00
parent a2f3692f3c
commit 2da67d585c
9 changed files with 58 additions and 17 deletions

View file

@ -35,6 +35,9 @@ sub fmt {
# Disable hyphenation, since that screws up man page references. :-(
$input = ".hy 0\n.de hy\n..\n$input";
# Emulate man-db's --nj option
$input = ".na\n.de ad\n..\n$input";
$input = encode_utf8($input);
# Call grog to figure out which preprocessors to use.