mirror_lxc/doc/api/Makefile.am
yosukesan 13f7674329 fix: #2927 api doc generation fails under out of source build.
Signed-off-by: yosukesan <y.otsuki30@gmail.com>
2019-04-06 12:43:59 +09:00

14 lines
136 B
Makefile

EXTRA_DIST = Doxyfile
if ENABLE_API_DOCS
html: Doxyfile
doxygen $<
endif
.PHONY: html
all-local: html
clean-local:
$(RM) -rf html