doc: add doc building/publishing instructions

Add a new document describing how doc building and publishing
works and how to setup a doc working directory and build tools to make
it so.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-03-20 17:34:09 -07:00
committed by Jack Ren
parent eb31977817
commit d8b1fd2682
5 changed files with 222 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ doxy: pullsource
$(Q)(cat acrn.doxyfile) | doxygen - 2>&1
html: doxy
$(Q)$(SPHINXBUILD) -b html -d $(BUILDDIR)/doctrees $(SOURCEDIR) $(BUILDDIR)/html $(SPHINXOPTS) $(O) > doc.log 2>&1
-$(Q)$(SPHINXBUILD) -b html -d $(BUILDDIR)/doctrees $(SOURCEDIR) $(BUILDDIR)/html $(SPHINXOPTS) $(O) > doc.log 2>&1
$(Q)./scripts/filter-doc-log.sh doc.log