mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-14 02:41:21 +00:00

Signed-off-by: James Hunt <james.hunt@ubuntu.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
14 lines
133 B
Makefile
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
|