summaryrefslogtreecommitdiff
path: root/Build/mdwn2man
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-23 15:40:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-23 15:43:45 -0400
commit770ce7bf2a1fdc32d876deebfd23ddb90ad7c20b (patch)
treeaf698f76b7744b78ba3566d4ed26dbcacf182ca6 /Build/mdwn2man
parent90c35465528195367cc4ed1e15478285d7b063f3 (diff)
move build man pages to man/ from top dir
Diffstat (limited to 'Build/mdwn2man')
-rwxr-xr-xBuild/mdwn2man1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/mdwn2man b/Build/mdwn2man
index dce8da7ec..a29ce649e 100755
--- a/Build/mdwn2man
+++ b/Build/mdwn2man
@@ -3,6 +3,7 @@
my $prog=shift;
$prog=~s/\.\d+$//;
+$prog=~s/man\///;
my $section=shift;
print ".TH $prog $section\n";