From c4626143c91602cd89e47160e92e9e19db331f65 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 1 Mar 2009 01:15:09 +0100 Subject: Makefile.am: fixed xmlto output path The output path must be ./doc/protocol/, not ./protocol/ --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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) $< -- cgit v1.2.3