summaryrefslogtreecommitdiffstats
path: root/Makefile.rules.in
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-03-18 06:15:46 +0100
committerPatrick McHardy <kaber@trash.net>2009-03-18 06:15:46 +0100
commitd284320db67f7736fe3dbd6481410efc8d455b0f (patch)
tree12aa47af01610877fc7ca7906d1d20c0231adffd /Makefile.rules.in
parentfac10ea799fe9b6158d74f66d6ad46536d38a545 (diff)
build: work around docbook2x-man inability to specify output file
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'Makefile.rules.in')
-rw-r--r--Makefile.rules.in2
1 files changed, 1 insertions, 1 deletions
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$@"