mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-09 12:08:30 +00:00
Merge pull request #43 from dbkinder/build-doc-fix
doc: fix doc build processing
This commit is contained in:
commit
d74589b10b
3
Makefile
3
Makefile
@ -31,7 +31,8 @@ pullsource:
|
|||||||
# Generate the doxygen xml (for Sphinx) and copy the doxygen html to the
|
# Generate the doxygen xml (for Sphinx) and copy the doxygen html to the
|
||||||
# api folder for publishing along with the Sphinx-generated API docs.
|
# 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
|
$(Q)(cat acrn.doxyfile) | doxygen - > doc.log 2>&1
|
||||||
|
|
||||||
html: doxy
|
html: doxy
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
This repository hold the source and configuration files used to generate the
|
This repository hold the source and configuration files used to generate the
|
||||||
Project ACRN documentation web site published to
|
Project ACRN documentation web site published to
|
||||||
https://projectacrn.github.io/acrn-documentation
|
https://projectacrn.github.io
|
||||||
|
Loading…
Reference in New Issue
Block a user