OSDN Git Service

InputReader: add 5-point calibration
[android-x86/frameworks-native.git] / docs / Makefile
1 HEADERS := $(wildcard ../include/android/*.h)
2
3 all: html website
4
5 html: $(HEADERS) Doxyfile
6         mkdir -p html
7         doxygen
8
9 website: $(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