diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-08 20:01:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-08 20:01:42 +0000 |
commit | 2f22bfeaaa0d2d393a58740a05366d7d425c2f84 (patch) | |
tree | a7983c3f1b21589605a6f0ca4528e590b73a3fd3 | |
parent | fcedb448bb1510050559d32f872923fe8649274a (diff) | |
download | gunmake-2f22bfeaaa0d2d393a58740a05366d7d425c2f84.tar.gz |
Formerly make.texinfo.~72~
-rw-r--r-- | make.texinfo | 14 |
1 files changed, 5 insertions, 9 deletions
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: |