blob: c655e0c09b89aa40f45c3287264ed6d6566225c7 [file] [log] [blame]
Johan Euphrosine5388c522015-05-21 01:15:34 -07001HEADERS := $(wildcard ../include/android/*.h)
2
smain@google.com20e20952016-07-07 17:11:35 -07003all: html website
Johan Euphrosine5388c522015-05-21 01:15:34 -07004
5html: $(HEADERS) Doxyfile
6 mkdir -p html
7 doxygen
8
smain@google.com20e20952016-07-07 17:11:35 -07009website: $(HEADERS) Doxyfile header.html
10 mkdir -p website
11 HTML_HEADER=header.html HTML_FOOTER=footer.html HTML_OUTPUT=website doxygen
12 rm -f website/index.html