diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 04:27:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 04:27:22 +0000 |
commit | 5ce8f2039b1fa51dec4ba8b12a014f77516b3ae2 (patch) | |
tree | 0b8aa7ada101387f620576c29091ac33f3231d7d /manual/Makefile | |
parent | 171b7cf149549e7cc60a7e9c3ba3f63ac62a57c2 (diff) | |
download | glibc-5ce8f2039b1fa51dec4ba8b12a014f77516b3ae2.tar.gz glibc-5ce8f2039b1fa51dec4ba8b12a014f77516b3ae2.tar.xz glibc-5ce8f2039b1fa51dec4ba8b12a014f77516b3ae2.zip |
Update.
* manual/Makefile (chapters): Add resource. * manual/time.texi: Move section on resources to... * manual/resource.texi: ...here. New file. * manual/setjmp.texi: Adjust back reference. Patch by Bryan Henderson <bryanh@giraffe-data.com>.
Diffstat (limited to 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/Makefile b/manual/Makefile index 20c4daf3c1..7b46e854b3 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. +# Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -54,9 +54,9 @@ mkinstalldirs = $(..)scripts/mkinstalldirs chapters = $(addsuffix .texi, \ intro errno memory ctype string charset locale \ message search pattern io stdio llio filesys \ - pipe socket terminal math arith time setjmp \ - signal startup process job nss users sysinfo conf\ - crypt) + pipe socket terminal math arith time resource \ + setjmp signal startup process job nss users \ + sysinfo conf crypt) add-chapters = $(wildcard $(foreach d, $(add-ons), ../$d/$d.texi)) appendices = lang.texi header.texi install.texi maint.texi contrib.texi |