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 | 52de11a7baa7edbffaf7b1072b738ef1cdf4c7ec (patch) | |
| tree | 0d2dd27d08e8a7dee659109d318b081fa7782485 | |
| parent | 4ed8e1cd20feaa9c31a502700e74a22b76de99e4 (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 | 
