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: Marti Bolivar <marti@foundries.io>
This commit is contained in:
Marti Bolivar 2018-10-11 09:02:42 -06:00 committed by Carles Cufí
commit b307be0382

View file

@ -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 If you want to build the documentation from scratch just delete the contents
of the build folder and run ``cmake`` and then ``ninja`` again. 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 On Unix platforms a convenience :file:`Makefile` at the root folder
of the Zephyr repository can be used to build the documentation directly from of the Zephyr repository can be used to build the documentation directly from
there: there: