summaryrefslogtreecommitdiffstats
path: root/meta/conf/documentation.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r--meta/conf/documentation.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index c5a38b0764..80ad8e10d5 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -17,7 +17,7 @@ do_compile_ptest_base[doc] = "Compiles the runtime test suite included in the so
17do_configure[doc] = "Configures the source by enabling and disabling any build-time and configuration options for the software being built" 17do_configure[doc] = "Configures the source by enabling and disabling any build-time and configuration options for the software being built"
18do_configure_ptest_base[doc] = "Configures the runtime test suite included in the software being built" 18do_configure_ptest_base[doc] = "Configures the runtime test suite included in the software being built"
19do_deploy[doc] = "Writes deployable output files to the deploy directory" 19do_deploy[doc] = "Writes deployable output files to the deploy directory"
20do_devpyshell[doc] = "Starts an interactive Python shell for development/debugging" 20do_pydevshell[doc] = "Starts an interactive Python shell for development/debugging"
21do_devshell[doc] = "Starts a shell with the environment set up for development/debugging" 21do_devshell[doc] = "Starts a shell with the environment set up for development/debugging"
22do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel" 22do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel"
23do_fetch[doc] = "Fetches the source code" 23do_fetch[doc] = "Fetches the source code"