Commit 70d322b2 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: moved doxygen invocation out of HAVE_XMLTO

The doxygen invocation was misplaced: it was only defined when xmlto is available.
parent f4966ba4
......@@ -738,9 +738,6 @@ DOCBOOK_HTML = $(patsubst %.xml,%/index.html,$(DOCBOOK_FILES))
$(DOCBOOK_HTML): %/index.html: %.xml
$(XMLTO) -o $(@D) --stringparam chunker.output.encoding=utf-8 html $<
doc/api/html/index.html: doc/doxygen.conf
$(DOXYGEN) $<
else
DOCBOOK_FILES =
......@@ -748,6 +745,9 @@ DOCBOOK_HTML =
endif
doc/api/html/index.html: doc/doxygen.conf
$(DOXYGEN) $<
all-local: $(DOCBOOK_HTML) doc/api/html/index.html
clean-local:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment