summaryrefslogtreecommitdiffstats
path: root/Makefile.rules.in
diff options
context:
space:
mode:
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$@"