about summary refs log tree commit diff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2016-12-31 23:34:42 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2016-12-31 23:49:24 +0530
commitb31b4d6ae50b0d332207754327598fdce5b51015 (patch)
treee6e0bfecbc4248b62f5a1ccfd04c7f96745cc4e1 /manual/Makefile
parent6765d5d34d126b26d55e2d73dac4dfec5e6d6241 (diff)
downloadglibc-b31b4d6ae50b0d332207754327598fdce5b51015.tar.gz
glibc-b31b4d6ae50b0d332207754327598fdce5b51015.tar.xz
glibc-b31b4d6ae50b0d332207754327598fdce5b51015.zip
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/Makefile3
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