Browse Source

wikiheaders.pl: Put the manpages in man/man3

Ryan C. Gordon 3 years ago
parent
commit
f62b807174
1 changed files with 2 additions and 0 deletions
  1. 2 0
      build-scripts/wikiheaders.pl

+ 2 - 0
build-scripts/wikiheaders.pl

@@ -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';