mirror_lxc/doc/api/Makefile.am
James Hunt 953e611cea Add '--enable-api-docs' for doxygen-generated public API docs.
Signed-off-by: James Hunt <james.hunt@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
2013-11-25 11:50:01 -05:00

14 lines
133 B
Makefile

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