blob: c655e0c09b89aa40f45c3287264ed6d6566225c7 [file] [log] [blame]
HEADERS := $(wildcard ../include/android/*.h)
all: html website
html: $(HEADERS) Doxyfile
mkdir -p html
doxygen
website: $(HEADERS) Doxyfile header.html
mkdir -p website
HTML_HEADER=header.html HTML_FOOTER=footer.html HTML_OUTPUT=website doxygen
rm -f website/index.html