Makefile.am: fixed xmlto output path

The output path must be ./doc/protocol/, not ./protocol/
This commit is contained in:
Max Kellermann 2009-03-01 01:15:09 +01:00
parent 80571d1b5a
commit c4626143c9
1 changed files with 1 additions and 1 deletions

View File

@ -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) $<