X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fcmds.texi;h=d0e93c3de7338514f5b4b7c857191b4504a38bee;hb=609842c96d2bb25c509f3d2949fe26f60ec03a5f;hp=1483b7f204569cb0c43cf6b70c424bf2fc90c87b;hpb=e2bafe8e0da716b4909da1b192d06c92c4f6260d;p=goredo.git diff --git a/doc/cmds.texi b/doc/cmds.texi index 1483b7f..d0e93c3 100644 --- a/doc/cmds.texi +++ b/doc/cmds.texi @@ -13,6 +13,9 @@ 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 @ref{Stamping, stamping} in the FAQ. @@ -46,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