]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/rules.texi
More clarity in "empty" and "non-existent" difference
[goredo.git] / doc / rules.texi
index 786921c24bdebc431f9b2bb5057a24aed9c3e731..6244047426fafbea7e7337faa5675a93333caaa2 100644 (file)
@@ -69,13 +69,13 @@ default.b.c.do -> $2=a
     @code{$3} file. You have to produce either @code{stdout} output, or
     use @code{$3} directly, but not both.
 
-@item If there was no @code{stdout} output and no @code{$3} file is
-    explicitly created, then no output file is created at all. Target
-    does not produce anything, it is "empty".
+@item If neither @code{stdout} output nor @code{$3} file were
+    explicitly created, then no output file is created at all.
+    Target does not produce anything, it is "non-existent".
 
 @item @code{stderr} is not captured at all and can be seen by default.
 
-@item Empty targets are considered always out-of-date.
+@item Non-existent targets are considered always out-of-date.
 
 @item Dependency information is recorded by @command{redo-ifchange}
     command invocation. It takes list of dependencies (targets), on