4b1f79b5e7
Add a top-level index page and convert the I/OAT and NVMe main pages into normal pages. Change-Id: I4e7c8d2fd43303a8aa56de921037dac96fe8a1a5 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
13 lines
115 B
Makefile
13 lines
115 B
Makefile
all: doc
|
|
|
|
.PHONY: all doc clean
|
|
|
|
doc: output
|
|
|
|
output: Doxyfile
|
|
rm -rf $@
|
|
doxygen Doxyfile
|
|
|
|
clean:
|
|
rm -rf output
|