]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/notes.texi
Download link for 1.30.0 release
[goredo.git] / doc / notes.texi
index 84de611f543be7a03b90d5c3d8fe9641e4d41cd5..951a345b6cb79a7e55aebf747cb027463ec65ab3 100644 (file)
@@ -1,4 +1,6 @@
 @node Notes
+@cindex implementation notes
+@cindex implementation differences
 @unnumbered Implementation notes
 
 Since there are no strict rules about redo behaviour, here are some
@@ -9,7 +11,7 @@ remarks about @command{goredo}'s one:
 @item @file{all} target is default
 @item @file{stdout} is always captured, but no target is created if it
     was empty
-@item empty targets are considered always out of date
+@item non-existent targets are considered always out of date
 @item @file{.do}'s @file{$3} is relative path to the file in target directory
 @item @file{.do} search goes up to @file{/} by default, but can be
     limited with either @env{$REDO_TOP_DIR} environment variable, or by
@@ -20,7 +22,7 @@ remarks about @command{goredo}'s one:
 @item tracing (@option{-x}) can be obviously done only for
     non-executable @file{.do}
 @item parallizable build is done only during @command{redo-ifchange} for
-    human convenience: you can globally enable @env{REDO_JOBS}, but
+    human convenience: you can globally enable @env{$REDO_JOBS}, but
     still do for example: @code{redo htmls infos index upload}
 
 @end itemize