Actually turn .so's into links

This commit is contained in:
Yorhel 2012-06-16 09:27:43 +02:00
parent 767fbe595d
commit 31e0d5ff08
2 changed files with 11 additions and 1 deletions

View file

@ -194,7 +194,7 @@ sub manfmt {
# doesn't '.so' it.
$c =~ s/^\.so man.macros$//mg;
# Other .so's should be handled by the web interface
$c =~ s/^\.so (.+)$/\[\[\[MANDIFF-INCLUDE $1\]\]\]/mg;
$c =~ s/^\.so (.+)$/\[\[\[MANNEDINCLUDE $1\]\]\]/mg;
# Disable hyphenation, since that screws up man page references. :-(
$c = ".hy 0\n.de hy\n..\n$c";