switch to pattern target to build mans

This commit is contained in:
Joey Hess 2015-03-23 12:24:20 -04:00
parent c233f98564
commit 5c2ad84d28
2 changed files with 3 additions and 4 deletions

View file

@ -2,6 +2,7 @@
# Warning: hack
my $prog=shift;
$prog=~s/\.\d+$//;
my $section=shift;
print ".TH $prog $section\n";