diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-16 14:15:14 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-16 14:15:14 +0000 |
commit | b51077ac0e9f304c538044aee2c17f2f2fda3874 (patch) | |
tree | e266a28ca647f516254ffbc187a9437d5d6f4552 /Makefile | |
parent | fbab6c0547a419329d9b08b4d5dae26ba0155ff9 (diff) |
Qualify path
Diffstat (limited to 'Makefile')
-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 -p -s 1 -t $(notdir $<) | sed -e 's/\\\\fB/\\fB/' > $@ test: t/test-suite |