Documentation: add pointer to the documentation generation in GSG

Add a pointer to the documentation generation tutorial from the
Getting Started Guide (in the "Building ACRN") section.

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2018-09-27 14:18:54 +02:00 committed by David Kinder
parent 7b26b3484a
commit 37014caa13
1 changed files with 3 additions and 0 deletions

View File

@ -514,6 +514,9 @@ The build results are found in the ``build`` directory.
artefacts, set the ``O`` (that is capital letter 'O') to the artefacts, set the ``O`` (that is capital letter 'O') to the
desired value. Example: ``make O=build-uefi PLATFORM=uefi``. desired value. Example: ``make O=build-uefi PLATFORM=uefi``.
Generating the documentation is decribed in details in the :ref:`acrn_doc`
tutorial.
You can also build these components individually. The following You can also build these components individually. The following
steps assume that you have already cloned the ``acrn-hypervisor`` repository steps assume that you have already cloned the ``acrn-hypervisor`` repository
and are using it as the current working directory. and are using it as the current working directory.