diff options
author | Roland McGrath <roland@gnu.org> | 2003-11-12 00:37:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-11-12 00:37:03 +0000 |
commit | 6e613d6aa9b126811a3b17c82294ba08ec0d197c (patch) | |
tree | cae37bcbe3d00874f99d450789289398ce223895 /manual/libc.texinfo | |
parent | 17c9ff7e68c8092ebe008b4322df262e488fe1e7 (diff) | |
download | glibc-6e613d6aa9b126811a3b17c82294ba08ec0d197c.tar glibc-6e613d6aa9b126811a3b17c82294ba08ec0d197c.tar.gz glibc-6e613d6aa9b126811a3b17c82294ba08ec0d197c.tar.bz2 glibc-6e613d6aa9b126811a3b17c82294ba08ec0d197c.zip |
2003-11-11 Roland McGrath <roland@redhat.com>
* manual/Makefile (info): Don't depend on dir-add.info.
(libc.dvi libc.pdf libc.info): Depend on dir-add.texi.
(dir-add.info): Target removed, replaced with ...
(dir-add.texi): New target.
(distribute): Add it.
(install): Remove variant with --section arguments.
Let the @dircategory directives do their work.
(mostlyclean): Don't remove dir-add.info here.
(realclean): Remove dir-add.texi here.
* manual/libc.texinfo: @include dir-add.texi
* configure.in: Remove check for old Debian install-info.
* configure: Regenerated.
* config.make.in (OLD_DEBIAN_INSTALL_INFO): Variable removed.
Diffstat (limited to 'manual/libc.texinfo')
-rw-r--r-- | manual/libc.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/libc.texinfo b/manual/libc.texinfo index 84d11c3ee5..152044d6b2 100644 --- a/manual/libc.texinfo +++ b/manual/libc.texinfo @@ -9,6 +9,7 @@ @direntry * Libc: (libc). C library. @end direntry +@include dir-add.texi @c This tells texinfo.tex to use the real section titles in xrefs in @c place of the node name, when no section title is explicitly given. @@ -28,7 +29,7 @@ This file documents the GNU C library. This is Edition @value{EDITION}, last updated @value{UPDATED}, of @cite{The GNU C Library Reference Manual}, for Version @value{VERSION}. -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002 Free Software Foundation, Inc. +Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or |