From e6e498494f4f420d8940f79c50e784aa37d3d891 Mon Sep 17 00:00:00 2001 From: Nikolaus Wittenstein Date: Tue, 29 Aug 2017 13:39:11 -0400 Subject: Add `deps` and `recompact` tools to manual The `deps` tool in particular is very useful to know about. --- doc/manual.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index d7ec932..67db4a7 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -279,6 +279,11 @@ http://clang.llvm.org/docs/JSONCompilationDatabase.html[JSON format] expected 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. + +`recompact`:: recompact the `.ninja_deps` file. + Writing your own Ninja files ---------------------------- -- cgit v0.12 From 324a11728169426ae1fceeedc18dd520f23f36ce Mon Sep 17 00:00:00 2001 From: Nikolaus Wittenstein Date: Wed, 30 Aug 2017 08:59:40 -0400 Subject: Add _Available since Ninja 1.4._ to `deps` and `recompact` --- doc/manual.asciidoc | 4 ++-- 1 file 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 -- cgit v0.12