diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-20 10:35:15 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-20 10:35:15 +0000 | 
| commit | 9a5020f084eabad11c4aac1a58a37f68be81cf1d (patch) | |
| tree | 5922b8df8972aab7764107dbb36d78d509f7ef26 | |
| parent | b8ac8698307b6344406c33613e07ea60a6151c11 (diff) | |
  Fixed argument to txt2man
| -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-qu  man/%.man: ./bin/%  	        [ -d man ] || mkdir man -			        RUBYLIB=./lib ./$<  --manual | sed -e 's/^=\+$$//' | txt2man -p -s 1 -t $(notdir $<) | sed -e 's/\\\\fB/\\fB/' > $@ +			        RUBYLIB=./lib ./$<  --manual | sed -e 's/^=\+$$//' | txt2man  -s 1 -t $(notdir $<) | sed -e 's/\\\\fB/\\fB/' > $@  test:  	t/test-suite | 
