summaryrefslogtreecommitdiffstats
path: root/Help/generator/Ninja.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/generator/Ninja.rst')
-rw-r--r--Help/generator/Ninja.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/generator/Ninja.rst b/Help/generator/Ninja.rst
index 920abcb..d94e5f6 100644
--- a/Help/generator/Ninja.rst
+++ b/Help/generator/Ninja.rst
@@ -6,3 +6,7 @@ Generates build.ninja files.
A build.ninja file is generated into the build tree. Recent versions
of the ninja program can build the project through the "all" target.
An "install" target is also provided.
+
+For each subdirectory ``sub/dir`` of the project an additional target
+named ``sub/dir/all`` is generated that depends on all targets required
+by that subdirectory.