diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-12-31 23:34:42 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-12-31 23:49:24 +0530 |
commit | b31b4d6ae50b0d332207754327598fdce5b51015 (patch) | |
tree | e6e0bfecbc4248b62f5a1ccfd04c7f96745cc4e1 /manual/Makefile | |
parent | 6765d5d34d126b26d55e2d73dac4dfec5e6d6241 (diff) | |
download | glibc-b31b4d6ae50b0d332207754327598fdce5b51015.tar.gz |
User manual documentation for tunables
Create a new node for tunables documentation and add notes for the
malloc tunables.
* manual/tunables.texi: New chapter.
* manual/Makefile (chapters): Add it.
* manual/probes.texi (@node): Point to the Tunables chapter.
Diffstat (limited to 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile index f2f694fa28..ecc2bf6f99 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -38,7 +38,8 @@ chapters = $(addsuffix .texi, \ message search pattern io stdio llio filesys \ pipe socket terminal syslog math arith time \ resource setjmp signal startup process ipc job \ - nss users sysinfo conf crypt debug threads probes) + nss users sysinfo conf crypt debug threads \ + probes tunables) add-chapters = $(wildcard $(foreach d, $(add-ons), ../$d/$d.texi)) appendices = lang.texi header.texi install.texi maint.texi platform.texi \ contrib.texi |