fix: #2927 api doc generation fails under out of source build.

Signed-off-by: yosukesan <y.otsuki30@gmail.com>
This commit is contained in:
yosukesan 2019-04-06 12:42:41 +09:00
parent 4f34c6f95d
commit 13f7674329

View File

@ -2,7 +2,7 @@ EXTRA_DIST = Doxyfile
if ENABLE_API_DOCS
html: Doxyfile
doxygen
doxygen $<
endif
.PHONY: html