From 0df6996fcbd3cdfbb7614b4fcc7e83e41cea1f23 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Tue, 29 Jan 2019 13:32:11 -0800 Subject: Init Sphinx docs for E SDK Signed-off-by: Nathaniel Graff --- doc/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/Makefile (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..972a080 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,22 @@ +# Copyright (c) 2019 SiFive Inc. +# +# Documentation Build + +.PHONY: all +all: html + +########################### +# Build HTML Documentation +########################### + +.PHONY: html +html: html/index.html + +# Use Sphinx to build HTML from Doxygen XML +html/index.html: sphinx/* + sphinx-build -b html sphinx html + +.PHONY: clean +clean: + rm -rf html + -- cgit v1.2.1-18-gbd029