Makefile.am: create doxygen output directory

This commit is contained in:
Max Kellermann 2009-12-26 02:58:17 +01:00
parent 9179f108a5
commit a1939f3966
1 changed files with 1 additions and 0 deletions

View File

@ -748,6 +748,7 @@ DOCBOOK_HTML =
endif
doc/api/html/index.html: doc/doxygen.conf
@mkdir -p $(@D)
$(DOXYGEN) $<
all-local: $(DOCBOOK_HTML) doc/api/html/index.html