summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-16 14:15:14 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-16 14:15:14 +0000
commit82e2f2376118408ab35d564dc9f2ac14271c41aa (patch)
treee266a28ca647f516254ffbc187a9437d5d6f4552 /Makefile
parent0a8d4d7d20cba64477117c527dc59f886f1da5bd (diff)
Qualify path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82968f3..6213ac5 100644
--- a/Makefile
+++ b/Makefile
@@ -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