diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-25 16:38:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-25 16:38:08 +0000 |
commit | 6f5ea8c71731adb6fc5b364e7aa6dd59dba96fdf (patch) | |
tree | 553e0d2a878823d9f9a7d6c0dae098e10d981e2f /manual/Makefile | |
parent | 68b506045507245594280b53e1ccdd425bc0a6a5 (diff) |
Update.glibc-2.0.92cvs/glibc-2_0_92
* sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
* sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
* sysdeps/generic/stub_warning: Removed.
* Makefile (distribute): Add include/des.h.
* manual/Makefile (distribute): Change dir-add.texi to
dir-add.texinfo.
Diffstat (limited to 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile index c56dd32714..a952299ee7 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -113,7 +113,7 @@ distribute = $(minimal-dist) \ $(minimal-dist))) \ libc.info* libc.?? libc.??s texinfo.tex summary.texi \ stamp-summary chapters chapters-incl1 chapters-incl2 \ - xtract-typefun.awk dir-add.texi dir-add.info dir \ + xtract-typefun.awk dir-add.texinfo dir-add.info dir \ stdio-fp.c export distribute := $(distribute) |