mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 12:52:23 +00:00
14 lines
136 B
Makefile
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
|