Sfoglia il codice sorgente

wikiheaders.pl: Put the manpages in man/man3

Ryan C. Gordon 3 anni fa
parent
commit
f62b807174
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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';