From d284320db67f7736fe3dbd6481410efc8d455b0f Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 18 Mar 2009 06:15:46 +0100 Subject: build: work around docbook2x-man inability to specify output file Signed-off-by: Patrick McHardy --- Makefile.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.rules.in') diff --git a/Makefile.rules.in b/Makefile.rules.in index 7ee9a078..242cf4c4 100644 --- a/Makefile.rules.in +++ b/Makefile.rules.in @@ -30,7 +30,7 @@ configure: configure.ac %.8: %.xml $(makedeps) @echo -e " MAN\t\t$@" - docbook2x-man $< + (cd $(SUBDIR); docbook2x-man ../$<) %.pdf: %.xml $(makedeps) @echo -e " PDF\t\t$@" -- cgit v1.2.3