diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-17 16:54:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-17 16:54:30 +0000 |
commit | 2244ddf2bfc9a524d8a617881c78ecb1d85f3544 (patch) | |
tree | 9d9c52ff7dafcef4c28512cb367d173c75d7eae5 /manual/Makefile | |
parent | 17abb551cedc46690e13e73d43100e68b631c02f (diff) | |
download | glibc-2244ddf2bfc9a524d8a617881c78ecb1d85f3544.tar.gz glibc-2244ddf2bfc9a524d8a617881c78ecb1d85f3544.tar.xz glibc-2244ddf2bfc9a524d8a617881c78ecb1d85f3544.zip |
Update.
2001-01-17 Ulrich Drepper <drepper@redhat.com> * manual/Makefile (chapters): Add debug. * manual/debug.texi: New file. * manual/examples/execinfo.c: New file. Patch by suckfish@ihug.co.nz.
Diffstat (limited to 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile index 287cad5c0e..0f64af4915 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -56,7 +56,7 @@ chapters = $(addsuffix .texi, \ message search pattern io stdio llio filesys \ pipe socket terminal syslog math arith time \ resource setjmp signal startup process job nss \ - users sysinfo conf crypt) + users sysinfo conf crypt debug) add-chapters = $(wildcard $(foreach d, $(add-ons), ../$d/$d.texi)) appendices = lang.texi header.texi install.texi maint.texi contrib.texi |