Commit b307be03 authored by Martí Bolívar's avatar Martí Bolívar Committed by Carles Cufi
Browse files

doc: cmake must be re-run if adding/removing files



This is a consequence of the move to tracking each documentation
source file individually.

Signed-off-by: default avatarMarti Bolivar <marti@foundries.io>
parent d9f512cb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -117,6 +117,10 @@ the PDF file is available at ``doc/_build/pdf/zephyr.pdf``.
If you want to build the documentation from scratch just delete the contents
of the build folder and run ``cmake`` and then ``ninja`` again.

.. note::

   If you add or remove a file from the documentation, you need to re-run CMake.

On Unix platforms a convenience :file:`Makefile` at the root folder
of the Zephyr repository can be used to build the documentation directly from
there: