From 9a5020f084eabad11c4aac1a58a37f68be81cf1d Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 20 Nov 2012 10:35:15 +0000 Subject: Fixed argument to txt2man --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.1