summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-16 14:10:00 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-16 14:10:00 +0000
commitf33f81b97aa3177781c42fb269855e0399d94a10 (patch)
tree0d2dd27d08e8a7dee659109d318b081fa7782485 /Makefile
parente726bb0a15ba2481d406d086ad43322658dca0ea (diff)
Attempt to ensure the manpages go into the correct section
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa1df8f..0681b97 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ docs: man/custodian-dequeue.man man/custodian-enqueue.man man/custodian-queue.ma
man/%.man: ./bin/%
[ -d man ] || mkdir man
- RUBYLIB=./lib $< --manual | sed -e 's/^=\+$$//' | txt2man -s 1 -t $(notdir $<) | sed -e 's/\\\\fB/\\fB/' > $@
+ RUBYLIB=./lib $< --manual | sed -e 's/^=\+$$//' | txt2man -p -s 1 -t $(notdir $<) | sed -e 's/\\\\fB/\\fB/' > $@
test:
t/test-suite