From: Patrick McHardy Date: Wed, 18 Mar 2009 05:15:46 +0000 (+0100) Subject: build: work around docbook2x-man inability to specify output file X-Git-Tag: v0.099~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d284320db67f7736fe3dbd6481410efc8d455b0f;p=thirdparty%2Fnftables.git build: work around docbook2x-man inability to specify output file Signed-off-by: Patrick McHardy --- 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$@"