mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-14 05:19:42 +00:00
doc: add script for syncing acrn-kernel for API gen
API doc generation includes kernel components provided by ACRN that live in the acrn-kernel repo (not the acrn-hypervisor repo). We need to include fetching the latest acrn-kernel sources when we do doc generation, and update the documentation to mention we now need the acrn-kernel repo as a sibling folder for the acrn-hypervisor repo contents. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
363a84c7b8
commit
3abfdbab72
@@ -48,6 +48,10 @@ kconfig:
|
||||
$(Q)srctree=../hypervisor \
|
||||
python3 scripts/genrest.py ../hypervisor/Kconfig reference/kconfig/
|
||||
|
||||
pullsource:
|
||||
$(Q)scripts/pullsource.sh
|
||||
|
||||
|
||||
html: doxy content kconfig
|
||||
-$(Q)$(SPHINXBUILD) -t $(DOC_TAG) -b html -d $(BUILDDIR)/doctrees $(SOURCEDIR) $(BUILDDIR)/html $(SPHINXOPTS) $(OPTS) >> doc.log 2>&1
|
||||
$(Q)./scripts/filter-doc-log.sh doc.log
|
||||
|
Reference in New Issue
Block a user