Formerly make.texinfo.~76~

This commit is contained in:
melissa 1993-01-15 02:46:25 +00:00
parent 8ea8c0372a
commit 800a9e957d

View file

@ -8,15 +8,20 @@
@set EDITION 0.40 @set EDITION 0.40
@set VERSION 3.63 Beta @set VERSION 3.63 Beta
@set UPDATED 11 January 1993 @set UPDATED 14 January 1993
@set UPDATE-MONTH January 1993 @set UPDATE-MONTH January 1993
@c finalout @c finalout
@c Combine the variable and function indices: @c ISPELL CHECK: done, 14 Jan 1993 --bob
@syncodeindex vr fn
@c Combine the program and concept indices: @c Set the following only if you have the new `shorttitlepage' command:
@syncodeindex pg cp @c clear shorttitlepage
@set shorttitlepage
@c Set the following only if you have the new, two level index `texindex'
@c clear two-level-index
@set two-level-index
@ifset two-level-index @ifset two-level-index
@tex @tex
@ -56,6 +61,11 @@
@end tex @end tex
@end ifset @end ifset
@c Combine the variable and function indices:
@syncodeindex vr fn
@c Combine the program and concept indices:
@syncodeindex pg cp
@ifinfo @ifinfo
This file documents the GNU Make utility, which determines This file documents the GNU Make utility, which determines
automatically which pieces of a large program need to be recompiled, automatically which pieces of a large program need to be recompiled,
@ -64,7 +74,7 @@ and issues the commands to recompile them.
This is Edition @value{EDITION}, last updated @value{UPDATED}, This is Edition @value{EDITION}, last updated @value{UPDATED},
of @cite{The GNU Make Manual}, for @code{make}, Version @value{VERSION}. of @cite{The GNU Make Manual}, for @code{make}, Version @value{VERSION}.
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. Copyright (C) 1988, '89, '90, '91, '92, '93 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice this manual provided the copyright notice and this permission notice
@ -91,6 +101,9 @@ entitled ``GNU General Public License'' must be approved for accuracy
by the Foundation. by the Foundation.
@end ifinfo @end ifinfo
@ifset shorttitlepage
@shorttitlepage GNU Make
@end ifset
@titlepage @titlepage
@title GNU Make @title GNU Make
@subtitle A Program for Directing Recompilation @subtitle A Program for Directing Recompilation
@ -99,7 +112,7 @@ by the Foundation.
@author by Richard M. Stallman and Roland McGrath @author by Richard M. Stallman and Roland McGrath
@page @page
@vskip 0pt plus 1filll @vskip 0pt plus 1filll
Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. Copyright @copyright{} 1988, '89, '90, '91, '92, '93 Free Software Foundation, Inc.
@sp 2 @sp 2
Published by the Free Software Foundation @* Published by the Free Software Foundation @*
675 Massachusetts Avenue, @* 675 Massachusetts Avenue, @*
@ -122,6 +135,8 @@ manual into another language, under the above conditions for modified
versions, except that the text of the translation of the section versions, except that the text of the translation of the section
entitled ``GNU General Public License'' must be approved for accuracy by the entitled ``GNU General Public License'' must be approved for accuracy by the
Foundation. Foundation.
@sp 2
Cover art by Etienne Suvasa.
@end titlepage @end titlepage
@page @page
@ -4119,6 +4134,7 @@ newlines that separate the lines of the value in a @code{define} become
part of the variable's value (except for the final newline which precedes part of the variable's value (except for the final newline which precedes
the @code{endef} and is not considered part of the value).@refill the @code{endef} and is not considered part of the value).@refill
@need 800
The previous example is functionally equivalent to this: The previous example is functionally equivalent to this:
@example @example