diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-03-01 07:15:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-03-01 07:15:16 +0000 |
commit | 407a7d0eb770ae079a662e7b2b8cff5a750ca6ed (patch) | |
tree | 54379335a4475b55620c7fa3a2448afef056c8f5 /manual/libc.texinfo | |
parent | b7e2d9a56b3f16b231c2370b589b11d3a322337b (diff) | |
download | glibc-407a7d0eb770ae079a662e7b2b8cff5a750ca6ed.tar glibc-407a7d0eb770ae079a662e7b2b8cff5a750ca6ed.tar.gz glibc-407a7d0eb770ae079a662e7b2b8cff5a750ca6ed.tar.bz2 glibc-407a7d0eb770ae079a662e7b2b8cff5a750ca6ed.zip |
Update.
1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* manual/libc.texinfo: Wrap @top node inside @ifnottex instead of
@ifinfo.
1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* iconvdata/Makefile: Always include iconv-rules, but disable rule
to regenerate it if avoid-generated.
* Makeconfig: Always include sys-dirs, but disable rule to
regenerate it when avoid-generated.
* sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around
rule to generate sysd-syscalls.
* elf/Makefile (generated): Remove $(objpfx) from names.
Diffstat (limited to 'manual/libc.texinfo')
-rw-r--r-- | manual/libc.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/libc.texinfo b/manual/libc.texinfo index ee5ee051fe..21a864c1a6 100644 --- a/manual/libc.texinfo +++ b/manual/libc.texinfo @@ -101,13 +101,13 @@ Foundation. @end titlepage @page -@ifinfo +@ifnottex @node Top, Introduction, (dir), (dir) @top Main Menu This is Edition @value{EDITION}, last updated @value{UPDATED}, of @cite{The GNU C Library Reference Manual}, for Version @value{VERSION} of the GNU C Library. -@end ifinfo +@end ifnottex @include top-menu.texi @include chapters.texi |