diff options
author | Paul Smith <psmith@gnu.org> | 2003-10-22 04:35:27 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2003-10-22 04:35:27 +0000 |
commit | 74216b00a461e6002640cf98c66f5c137e84470b (patch) | |
tree | eee7a86035d59c2205d308eeb0b0c979d8a61d41 /doc | |
parent | db401d8e0af7fe6e3ca83afc502ed8ca0cae550e (diff) | |
download | gunmake-74216b00a461e6002640cf98c66f5c137e84470b.tar.gz |
Build fixes due to changes in the FSF web site.
Add new language support.
Minor configure, etc. cleanups.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/make.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/make.texi b/doc/make.texi index 5aef5c8..e2b3dd6 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -969,10 +969,10 @@ length in later chapters.@refill @cindex explicit rule, definition of @item An @dfn{explicit rule} says when and how to remake one or more files, -called the rule's targets. It lists the other files that the targets -depend on, call the @dfn{prerequisites} of the target, and may also give -commands to use to create or update the targets. @xref{Rules, ,Writing -Rules}. +called the rule's @dfn{targets}. It lists the other files that the +targets depend on, called the @dfn{prerequisites} of the target, and +may also give commands to use to create or update the targets. +@xref{Rules, ,Writing Rules}. @cindex rule, implicit, definition of @cindex implicit rule, definition of |