diff options
author | Nikolaus Wittenstein <nikolaus.wittenstein@gmail.com> | 2017-08-30 12:59:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-30 12:59:40 (GMT) |
commit | 324a11728169426ae1fceeedc18dd520f23f36ce (patch) | |
tree | 1a54de3c801e243cfdc94cfab84258e9a30e36a5 /doc/manual.asciidoc | |
parent | e6e498494f4f420d8940f79c50e784aa37d3d891 (diff) | |
download | Ninja-324a11728169426ae1fceeedc18dd520f23f36ce.zip Ninja-324a11728169426ae1fceeedc18dd520f23f36ce.tar.gz Ninja-324a11728169426ae1fceeedc18dd520f23f36ce.tar.bz2 |
Add _Available since Ninja 1.4._ to `deps` and `recompact`
Diffstat (limited to 'doc/manual.asciidoc')
-rw-r--r-- | doc/manual.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index 67db4a7..9e55c02 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -280,9 +280,9 @@ by the Clang tooling interface. _Available since Ninja 1.2._ `deps`:: show all dependencies stored in the `.ninja_deps` file. When given a -target, show just the target's dependencies. +target, show just the target's dependencies. _Available since Ninja 1.4._ -`recompact`:: recompact the `.ninja_deps` file. +`recompact`:: recompact the `.ninja_deps` file. _Available since Ninja 1.4._ Writing your own Ninja files |