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 /config.make.in | |
parent | 17c9ff7e68c8092ebe008b4322df262e488fe1e7 (diff) | |
download | glibc-6e613d6aa9b126811a3b17c82294ba08ec0d197c.tar.gz glibc-6e613d6aa9b126811a3b17c82294ba08ec0d197c.tar.xz 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 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in index a70249fec8..8b5d2c4353 100644 --- a/config.make.in +++ b/config.make.in @@ -107,7 +107,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_INFO = @INSTALL_INFO@ -OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@ LN_S = @LN_S@ MSGFMT = @MSGFMT@ |