From f345378db1f8852753811c0bac8ae7858e55b331 Mon Sep 17 00:00:00 2001 From: Andrej Butok Date: Thu, 16 Nov 2023 15:03:07 +0100 Subject: [PATCH] doc: application: Fix application build comment Fix the application build comment to make it valid for both ninja and make build tools. It generated the wrong "ninja" comment for "make". Signed-off-by: Andrej Butok --- doc/_extensions/zephyr/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_extensions/zephyr/application.py b/doc/_extensions/zephyr/application.py index e24d1bf764..969e3290a5 100644 --- a/doc/_extensions/zephyr/application.py +++ b/doc/_extensions/zephyr/application.py @@ -415,7 +415,7 @@ class ZephyrAppCommandsDirective(Directive): cmake_args, source_dir)) if not compact: content.extend(['', - '# Now run ninja on the generated build system:']) + '# Now run the build tool on the generated build system:']) if 'build' in goals: content.append('{}{}{}'.format(generator, tool_build_dir,