move build man pages to man/ from top dir
This commit is contained in:
parent
daec4b007a
commit
bc1c18a951
3 changed files with 8 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
my $prog=shift;
|
||||
$prog=~s/\.\d+$//;
|
||||
$prog=~s/man\///;
|
||||
my $section=shift;
|
||||
|
||||
print ".TH $prog $section\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue