Actually turn .so's into links
This commit is contained in:
parent
767fbe595d
commit
31e0d5ff08
2 changed files with 11 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue