X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fcmds.texi;h=6e5fc2f0e4bab6d04dbb57daac56c44035bbf675;hb=ca5290c19761bc1806b98d54d966a9cbbfeabd15;hp=19cd5f09327bad6430b65089ee6c1056012311a5;hpb=a698abb36d3ab6fa380660ffdf9863dcd47df2ff;p=goredo.git diff --git a/doc/cmds.texi b/doc/cmds.texi index 19cd5f0..6e5fc2f 100644 --- a/doc/cmds.texi +++ b/doc/cmds.texi @@ -6,11 +6,21 @@ @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, captured before. + +@item redo-targets, redo-sources, redo-ood + List known targets, sources and out-of-date targets. You can limit + results by specifying explicit targets you are interested in. + @command{redo-sources} shows all recursive source files given + targets depend on. + +@item redo-affects + List all targets that will be affected by changing the specified ones. @item redo-stamp Record stamp dependency. Nothing more, dummy. Read about @@ -45,7 +55,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