move build man pages to man/ from top dir

This commit is contained in:
Joey Hess 2015-03-23 15:40:22 -04:00
parent daec4b007a
commit bc1c18a951
3 changed files with 8 additions and 5 deletions

View file

@ -3,6 +3,7 @@
my $prog=shift;
$prog=~s/\.\d+$//;
$prog=~s/man\///;
my $section=shift;
print ".TH $prog $section\n";