Formerly make.texinfo.~53~

This commit is contained in:
Roland McGrath 1992-11-13 22:19:43 +00:00
parent ecc3b33299
commit 1ab478ef48

View file

@ -102,22 +102,25 @@ This manual describes @code{make} and contains the following chapters:@refill
@c !!!!! Edit descriptions. @c !!!!! Edit descriptions.
@menu @menu
* Overview:: Overview of @code{make} * Overview:: Overview of @code{make}.
* Copying:: Your rights and freedoms. * Copying:: Your rights and freedoms.
* Introduction:: An introduction to makefiles. * Introduction:: An introduction to @code{make}.
* Makefiles:: Writing Makefiles * Makefiles:: Makefiles tell @code{make} what to do.
* Rules:: Writing Rules * Rules:: Rules describe when a file must be remade.
* Commands:: Writing the Commands in Rules * Commands:: Commands say how to remake a file.
* Using Variables:: How to Use Variables * Using Variables:: You can use variables to avoid repetition.
* Conditionals:: Conditional Parts of Makefiles * Conditionals:: Use or ignore parts of the makefile based
* Functions:: Functions for Transforming Text on the values of variables.
* make Invocation: Running. How to Run @code{make} * Functions:: Many powerful ways to manipulate text.
* Implicit Rules:: Using Implicit Rules * make Invocation: Running. How to invoke @code{make} on the command line.
* Archives:: Using @code{make} to Update Archive Files * Implicit Rules:: Use implicit rules to treat many files alike,
* Features:: Features of GNU @code{make} based on their file names.
* Missing:: Missing Features of GNU @code{make} * Archives:: How @code{make} can update library archives.
* Quick Reference:: Quick Reference * Features:: Features GNU @code{make} has over other @code{make}s.
* Complex Makefile:: Complex Makefile * Missing:: What GNU @code{make} lacks from other @code{make}s.
* Quick Reference:: A quick reference for experienced users.
* Complex Makefile:: A real example of a straightforward,
but nontrivial, makefile.
* Concept Index:: Index of Concepts * Concept Index:: Index of Concepts
* Name Index:: Index of Functions, Variables, & Directives * Name Index:: Index of Functions, Variables, & Directives