From cff78c4429e8ad2f8e1c518767e3bcb7741b8cab Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Wed, 30 Oct 2024 16:00:01 -0400 Subject: [PATCH] Update build instructions to include 'make all' command Enhanced the documentation to give clearer steps on rebuilding wheels. Added instructions to run 'make all' after cleaning existing wheels to ensure complete rebuild. Signed-off-by: Jose Borreguero --- docs/developer/instruction/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/instruction/build.rst b/docs/developer/instruction/build.rst index 17f1d0ef..773087a3 100644 --- a/docs/developer/instruction/build.rst +++ b/docs/developer/instruction/build.rst @@ -176,7 +176,7 @@ source code requires rebuilding the python wheel(s). For instance, if the source code of ``dasmon`` is changed, run at this point ``make wheel/dasmon`` to rebuild the ``dasmon`` wheel. -If necessary, delete all existing wheels with ``make wheel/clean`` +If necessary, delete all existing wheels with ``make wheel/clean``, then run ``make all`` to recreate them. Rebuild the services ~~~~~~~~~~~~~~~~~~~~