From 52de11a7baa7edbffaf7b1072b738ef1cdf4c7ec Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Fri, 16 Nov 2012 14:10:00 +0000 Subject: Attempt to ensure the manpages go into the correct section --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa1df8f..0681b97 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ docs: man/custodian-dequeue.man man/custodian-enqueue.man man/custodian-queue.ma man/%.man: ./bin/% [ -d man ] || mkdir man - RUBYLIB=./lib $< --manual | sed -e 's/^=\+$$//' | txt2man -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 -- cgit v1.2.1