summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2019-12-23 13:34:52 (GMT)
committerJan Niklas Hasse <jhasse@bixense.com>2019-12-23 13:34:52 (GMT)
commit66b746044d34c4791077488924f082b2fee7cb8a (patch)
treeac96cccd87df4162c903f4ec3969c404e4e9f4a1 /doc
parent791c887e22046e5e7a2d05ecb5ff27701d56895d (diff)
downloadNinja-66b746044d34c4791077488924f082b2fee7cb8a.zip
Ninja-66b746044d34c4791077488924f082b2fee7cb8a.tar.gz
Ninja-66b746044d34c4791077488924f082b2fee7cb8a.tar.bz2
Add a short documentation for restat tool
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index e49d26d..8f42efb 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -283,6 +283,9 @@ target, show just the target's dependencies. _Available since Ninja 1.4._
`recompact`:: recompact the `.ninja_deps` file. _Available since Ninja 1.4._
+`restat`:: updates all recorded file modification timestamps in the `.ninja_log`
+file. _Available since Ninja 1.10._
+
`rules`:: output the list of all rules (eventually with their description
if they have one). It can be used to know which rule name to pass to
+ninja -t targets rule _name_+ or +ninja -t compdb+.