diff options
author | Paul Smith <psmith@gnu.org> | 2001-07-05 00:35:03 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2001-07-05 00:35:03 +0000 |
commit | 635a784ebf1d03e7d9ed8d7bbf87f3c4a61b82fd (patch) | |
tree | 99df747a6a326e844e09de19fe8ef695d71b89b9 /make.texinfo | |
parent | 4c28600a508c0ef880235048006cab2eb8e4b112 (diff) | |
download | gunmake-635a784ebf1d03e7d9ed8d7bbf87f3c4a61b82fd.tar.gz |
New/updated translations; minor update to the index of the manual.
Diffstat (limited to 'make.texinfo')
-rw-r--r-- | make.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make.texinfo b/make.texinfo index 1a4b029..736f6b0 100644 --- a/make.texinfo +++ b/make.texinfo @@ -1980,8 +1980,8 @@ not in the directory found via directory search. This algorithm may seem complex, but in practice it is quite often exactly what you want. -@cindex traditional directory search -@cindex directory search, traditional +@cindex traditional directory search (GPATH) +@cindex directory search, traditional (GPATH) Other versions of @code{make} use a simpler algorithm: if the file does not exist, and it is found via directory search, then that pathname is always used whether or not the target needs to be built. Thus, if the |