From 2f22bfeaaa0d2d393a58740a05366d7d425c2f84 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 8 Jan 1993 20:01:42 +0000 Subject: Formerly make.texinfo.~72~ --- make.texinfo | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'make.texinfo') diff --git a/make.texinfo b/make.texinfo index f056776..9e22260 100644 --- a/make.texinfo +++ b/make.texinfo @@ -155,6 +155,7 @@ This manual describes @code{make} and contains the following chapters:@refill * Archives:: How @code{make} can update library archives. * Features:: Features GNU @code{make} has over other @code{make}s. * Missing:: What GNU @code{make} lacks from other @code{make}s. +* Makefile Conventions:: Conventions for makefiles in GNU programs. * Quick Reference:: A quick reference for experienced users. * Complex Makefile:: A real example of a straightforward, but nontrivial, makefile. @@ -7751,6 +7752,10 @@ compiling or preprocessing EFL programs. If we hear of anyone who is using EFL, we will gladly add them. @end itemize +@comment The makefile standards are in a separate file that is also +@comment included by standards.texi. +@include make-stds.texi + @node Quick Reference, Complex Makefile, Missing, Top @appendix Quick Reference @@ -8034,10 +8039,6 @@ a makefile to set flags.@* The default list of suffixes before @code{make} reads any makefiles. @end table -@comment The makefile standards are in a separate file that is also -@comment included by standards.texi. -@include make-stds.texi - @node Complex Makefile, Concept Index, Quick Reference, Top @appendix Complex Makefile Example @@ -8323,8 +8324,3 @@ tar.zoo: $(SRCS) $(AUX) @summarycontents @contents @bye - -@c Local Variables: -@c most-worried-author-on-the-planet: "roland" -@c eval: (if (equal most-worried-author-on-the-planet (user-login-name)) (message "Hi, Roland! Run `diff' to check editing.")) -@c End: -- cgit v1.2.3