From 37014caa138fa0d83eb15caf9aa740a49e6531ff Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Thu, 27 Sep 2018 14:18:54 +0200 Subject: [PATCH] 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 --- doc/getting-started/apl-nuc.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/getting-started/apl-nuc.rst b/doc/getting-started/apl-nuc.rst index b954504a1..244342692 100644 --- a/doc/getting-started/apl-nuc.rst +++ b/doc/getting-started/apl-nuc.rst @@ -514,6 +514,9 @@ The build results are found in the ``build`` directory. artefacts, set the ``O`` (that is capital letter 'O') to the 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 steps assume that you have already cloned the ``acrn-hypervisor`` repository and are using it as the current working directory.