mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-31 00:53:23 +00:00
Formerly make.texinfo.~53~
This commit is contained in:
parent
ecc3b33299
commit
1ab478ef48
1 changed files with 18 additions and 15 deletions
33
make.texinfo
33
make.texinfo
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue