Makefile.am: fixed xmlto output path
The output path must be ./doc/protocol/, not ./protocol/
This commit is contained in:
parent
80571d1b5a
commit
c4626143c9
|
@ -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) $<
|
||||
|
|
Loading…
Reference in New Issue