]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/cmds.texi
Change dependency files extension to .rec
[goredo.git] / doc / cmds.texi
index 1483b7f204569cb0c43cf6b70c424bf2fc90c87b..abd09905baf2d0820745ed6224113046c7171e0b 100644 (file)
@@ -46,7 +46,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