Help: Add notes for topic 'ninja-directory-targets'

This commit is contained in:
Brad King 2016-03-18 10:52:46 -04:00
parent e9bf8ec849
commit 9ead71df66
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
ninja-directory-targets
-----------------------
* The :generator:`Ninja` generator learned to produce phony targets
of the form ``sub/dir/all`` to drive the build of a subdirectory.
This is equivalent to ``cd sub/dir; make all`` with
:ref:`Makefile Generators`.