From 41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 28 Aug 2001 08:05:41 +0000 Subject: * manual/libc-texinfo.sh: Add entry about free manuals. * manual/contrib.texi (Contributors): Fix cross reference. * manual/libc.texinfo (Copying): Include freemanuals. * manual/Makefile (appendices): Add freemanuals. * manual/freemanuals.texi: New file. Patch by Brian Youmans <3diff@gnu.org>. * manual/libm-err-tab.pl: Pretty print more platforms, print a smaller table. * manual/math.texi (Errors in Math Functions): Fix grammar, start table on separate page. Patch by Brian Youmans <3diff@gnu.org>. --- manual/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manual/Makefile') diff --git a/manual/Makefile b/manual/Makefile index 52c12aea6a..be7d0e1245 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -58,7 +58,8 @@ chapters = $(addsuffix .texi, \ resource setjmp signal startup process job nss \ 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 +appendices = lang.texi header.texi install.texi maint.texi contrib.texi \ + freemanuals.texi -include texis texis: texis.awk $(chapters) $(add-chapters) $(appendices) lesser.texi fdl.texi -- cgit v1.2.1