mirror of https://github.com/encounter/SDL.git
wikiheaders.pl: Put the manpages in man/man3
This commit is contained in:
parent
9294634840
commit
f62b807174
|
@ -1057,6 +1057,8 @@ if ($copy_direction == 1) { # --copy-to-headers
|
|||
|
||||
my $manpath = "$srcpath/man";
|
||||
mkdir($manpath);
|
||||
$manpath .= "/man3";
|
||||
mkdir($manpath);
|
||||
|
||||
$dewikify_mode = 'manpage';
|
||||
$wordwrap_mode = 'manpage';
|
||||
|
|
Loading…
Reference in New Issue