summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-20 10:35:15 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-20 10:35:15 +0000
commite6ae4c75010355ce1a1f4b93473ea024450c204c (patch)
tree5922b8df8972aab7764107dbb36d78d509f7ef26 /Makefile
parent6ff718faa78a7a4e4d6ea98d71f996f988024111 (diff)
Fixed argument to txt2man
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6213ac5..e4a4a9b 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 -s 1 -t $(notdir $<) | sed -e 's/\\\\fB/\\fB/' > $@
test:
t/test-suite