aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 63029b58f..8dae19bad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -580,7 +580,7 @@ protocoldir = $(docdir)/protocol
protocol_DATA = $(wildcard doc/protocol/*.html)
$(DOCBOOK_HTML): %/index.html: %.xml
- $(XMLTO) -o protocol --stringparam chunker.output.encoding=utf-8 html $<
+ $(XMLTO) -o $(@D) --stringparam chunker.output.encoding=utf-8 html $<
doc/api/html/index.html: doc/doxygen.conf
$(DOXYGEN) $<