]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/cmds.texi
Prepare for release
[goredo.git] / doc / cmds.texi
index 8beb84cbebd7d14ac755614f8a7ab58b5fc6d2d9..72d1238d16e83bf080ef592b01cc5c9f4d7f825e 100644 (file)
@@ -139,7 +139,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/*.rec are filled up
+$ redo target [...] # to assure that **/.redo/*.dep are filled up
 $ redo-dot target [...] > whatever.dot
 $ dot -Tpng whatever.dot > whatever.png # possibly add -Gsplines=ortho
 @end example
@@ -152,6 +152,14 @@ $ dot -Tpng whatever.dot > whatever.png # possibly add -Gsplines=ortho
     rereading the whole files for hash calculation, that is much slower.
     If you do not want to rebuild your targets from the ground, then
     @command{redo-depfix} can traverse through all dependency files and
-    check if they have non-altered ctime values and update them in place.
+    recalculate dependency information.
+
+    Also if it finds legacy @command{.rec} dependency files, it converts
+    them to binary format.
+
+@pindex redo-dep2rec
+@item redo-dep2rec
+    Convert specified @file{.dep} file to recfile on stdout.
+    Aimed to be used mainly for debugging purposes.
 
 @end table