diff options
author | Roland McGrath <roland@redhat.com> | 1992-08-18 18:59:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-08-18 18:59:26 +0000 |
commit | 1292aa1e4bef815e0ea13cbb8ba0e3ae9402f926 (patch) | |
tree | 8f2d552a721ace506adf386d95b1a03d8d139c66 | |
parent | 0c61dffcb5e3c6529aa30224b258c3ec6243d2b3 (diff) | |
download | gunmake-1292aa1e4bef815e0ea13cbb8ba0e3ae9402f926.tar.gz |
Formerly make.texinfo.~42~
-rw-r--r-- | make.texinfo | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/make.texinfo b/make.texinfo index 75eeed5..e91af43 100644 --- a/make.texinfo +++ b/make.texinfo @@ -8,7 +8,7 @@ @set EDITION 0.35 Beta @set VERSION 3.63 Beta -@set UPDATED 14 August 1992 +@set UPDATED 18 August 1992 @set UPDATE-MONTH August 1992 @c finalout @@ -100,7 +100,7 @@ for @code{make} Version @value{VERSION}.@refill This manual describes @code{make} and contains the following chapters:@refill @end ifinfo -@c !!! Edit descriptions. +@c !!!!! Edit descriptions. @menu * Overview:: Introducing @code{make}. * Copying:: Your rights and freedoms. @@ -111,7 +111,7 @@ This manual describes @code{make} and contains the following chapters:@refill * Using Variables:: How to Use Variables * Conditionals:: Conditional Parts of Makefiles * Functions:: Functions for Transforming Text -* Running:: How to Run @code{make} +* make Invocation:: How to Run @code{make} * Implicit Rules:: Using Implicit Rules * Archives:: Using @code{make} to Update Archive Files * Features:: Features of GNU @code{make} @@ -346,7 +346,8 @@ decide which of the files need to be updated. For each of those files, it issues the commands recorded in the data base. You can provide command line arguments to @code{make} to control which -files should be recompiled, or how. @xref{Running, ,How to Run @code{make}}. +files should be recompiled, or how. @xref{make Invocation, ,How to Run +@code{make}}. @node Reading, Bugs, Preparing, Overview @section On Reading this Text @@ -4476,7 +4477,7 @@ sets @code{files} to the expansion of @samp{*.c}. Unless @code{make} is using a very strange shell, this has the same result as @samp{$(wildcard *.c)}.@refill -@node Running, Implicit Rules, Functions, Top +@node make Invocation, Implicit Rules, Functions, Top @chapter How to Run @code{make} A makefile that says how to recompile a program can be used in more |