diff options
author | Roland McGrath <roland@redhat.com> | 1993-07-26 19:10:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-07-26 19:10:51 +0000 |
commit | 1681a1f29aa9c2293d49d0ffc894e74c56fb6fe2 (patch) | |
tree | 932a9b9ef3352b6d5fe758a19140101c47da9a8e /make.texinfo | |
parent | acb814065572e607d6293e5ddec3fb1bd3b3f851 (diff) | |
download | gunmake-1681a1f29aa9c2293d49d0ffc894e74c56fb6fe2.tar.gz |
Formerly make.texinfo.~114~
Diffstat (limited to 'make.texinfo')
-rw-r--r-- | make.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make.texinfo b/make.texinfo index ae9774f..c461540 100644 --- a/make.texinfo +++ b/make.texinfo @@ -9,7 +9,7 @@ @set EDITION 0.43 @set VERSION 3.68 Beta -@set UPDATED 25 July 1993 +@set UPDATED 26 July 1993 @set UPDATE-MONTH July 1993 @c finalout @@ -7471,7 +7471,7 @@ Remove from the list all rules with no commands. @item For each pattern rule in the list: -@enumerate +@enumerate a @item Find the stem @var{s}, which is the nonempty part of @var{t} or @var{n} matched by the @samp{%} in the target pattern.@refill @@ -7494,7 +7494,7 @@ then this rule applies. If no pattern rule has been found so far, try harder. For each pattern rule in the list: -@enumerate +@enumerate a @item If the rule is terminal, ignore it and go on to the next rule. |