diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-16 14:10:00 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-16 14:10:00 +0000 |
commit | f33f81b97aa3177781c42fb269855e0399d94a10 (patch) | |
tree | 0d2dd27d08e8a7dee659109d318b081fa7782485 | |
parent | e726bb0a15ba2481d406d086ad43322658dca0ea (diff) |
Attempt to ensure the manpages go into the correct section
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |