mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 13:08:42 +00:00
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 <david.b.kinder@intel.com>
This commit is contained in:
parent
05d3258898
commit
7c6d6530e9
3
Makefile
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user