Various changes/fixes, 3 new distro versions
This commit is contained in:
parent
a2f3692f3c
commit
2da67d585c
9 changed files with 58 additions and 17 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue