numam-spdk/doc/Makefile
Daniel Verkamp 4b1f79b5e7 doc: merge ioat and nvme into a single Doxyfile
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>
2016-03-25 09:59:39 -07:00

13 lines
115 B
Makefile

all: doc
.PHONY: all doc clean
doc: output
output: Doxyfile
rm -rf $@
doxygen Doxyfile
clean:
rm -rf output