From e6ae4c75010355ce1a1f4b93473ea024450c204c Mon Sep 17 00:00:00 2001
From: Steve Kemp <steve@steve.org.uk>
Date: Tue, 20 Nov 2012 10:35:15 +0000
Subject:   Fixed argument to txt2man

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

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
-- 
cgit v1.2.3