Jelajahi Sumber

wikiheaders.pl: Put the manpages in man/man3

Ryan C. Gordon 3 tahun lalu
induk
melakukan
f62b807174
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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';