Explorar el Código

wikiheaders.pl: Put the manpages in man/man3

Ryan C. Gordon hace 4 años
padre
commit
f62b807174
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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';