From e0a45e8c0f16efee163ebb8fe141eb71a23a8ced Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 26 Apr 2018 06:53:27 -0700 Subject: [PATCH] doc: fix doc build processing Some assumptioins about the doc build process were removed to make it easier for contributors to build local version of the docs. Assumption now is that acrn-hypervisor and acrn-devicemodel content is up to date rather than pulling from upstream on every build. make pullsource will do an upstream pull manually make html generates local docs Also fixed broken link in the README.md file (moved the tech doc root) Signed-off-by: David B. Kinder --- doc/Makefile | 3 ++- doc/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 2c5109585..658029327 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -31,7 +31,8 @@ pullsource: # Generate the doxygen xml (for Sphinx) and copy the doxygen html to the # api folder for publishing along with the Sphinx-generated API docs. -doxy: pullsource +#doxy: pullsource +doxy: $(Q)(cat acrn.doxyfile) | doxygen - > doc.log 2>&1 html: doxy diff --git a/doc/README.md b/doc/README.md index 506547022..cf1cc7018 100644 --- a/doc/README.md +++ b/doc/README.md @@ -2,4 +2,4 @@ This repository hold the source and configuration files used to generate the Project ACRN documentation web site published to -https://projectacrn.github.io/acrn-documentation +https://projectacrn.github.io