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
commit52de11a7baa7edbffaf7b1072b738ef1cdf4c7ec (patch)
tree0d2dd27d08e8a7dee659109d318b081fa7782485 /Makefile
parent4ed8e1cd20feaa9c31a502700e74a22b76de99e4 (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