From d52b6462c98a2287666c700060c1fea27d2a2905 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 24 Apr 2000 03:55:14 +0000 Subject: Update. * manual/Makefile (chapters): Add syslog. * manual/syslog.texi: New file. * manual/math.texi: Fix references. * manual/terminal.texi: Likewise. Patch by Bryan Henderson . 2000-04-18 Jakub Jelinek * posix/sys/wait.h: Define __WAIT_STATUS and the like either if stdlib.h was not included or __USE_XOPEN not defined. 2000-04-23 Ulrich Drepper --- manual/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manual/Makefile') diff --git a/manual/Makefile b/manual/Makefile index 7b46e85..5fb8ec2 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -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 resource \ - setjmp signal startup process job nss users \ - sysinfo conf crypt) + pipe socket terminal syslog 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 -- cgit v1.1