]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/cmds.texi
redo-sources, redo-targets, redo-ood
[goredo.git] / doc / cmds.texi
index 19cd5f09327bad6430b65089ee6c1056012311a5..d0e93c3de7338514f5b4b7c857191b4504a38bee 100644 (file)
@@ -6,11 +6,15 @@
 @item redo-ifchange, redo-ifcreate, redo-always
 
 @item redo
-    Same as redo-ifchange, but forcefully and sequentially run specified
-    targets.
+    Same as @command{redo-ifchange}, but forcefully and sequentially run
+    specified targets.
 
 @item redo-log
-    Display TAI64N timestamped last @command{stderr} of the target.
+    Display @url{http://cr.yp.to/libtai/tai64.html, TAI64N} timestamped
+    last @command{stderr} of the target.
+
+@item redo-targets, redo-sources, redo-ood
+    List known targets, sources and out-of-date targets.
 
 @item redo-stamp
     Record stamp dependency. Nothing more, dummy. Read about
@@ -45,7 +49,7 @@ default.do
     @url{https://en.wikipedia.org/wiki/DOT_(graph_description_language), DOT}
     graph generator. For example to visualize your dependencies with GraphViz:
 @example
-$ redo target [...] # to assure that **/.redo/*.dep are filled up
+$ redo target [...] # to assure that **/.redo/*.rec are filled up
 $ redo-dot target [...] > whatever.dot
 $ dot -Tpng whatever.dot > whatever.png # possibly add -Gsplines=ortho
 @end example