From 17db658241d18cf6db59d31bc2d6eac96e9257df Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 8 Dec 2000 22:54:06 +0000 Subject: configure.in: Don't define INSTALL_INFO. * configure.in: Don't define INSTALL_INFO. * configure: Regenerate. * Makefile.in (INSTALL_INFO): Remove. (info): Depend on info files in source directory. (cpp.info, gcc.info, c-tree.info): Build info files in source directory. (distclean): Don't remove info files. (maintainer-clean): Remove info files from source directory. (install-normal): Depend on install-info. (install-info): Install info files from source directory, if they exist. * texinfo.tex: Update to version 2000-11-09.08 from ftp.gnu.org. ch: * Make-lang.in (CHILL.info): Depend on info files in source directory. (ch/chill.info): Build info files in source directory. (CHILL.install-info): Install info files from source directory. f: * Make-lang.in (f77.info): Depend on info files in source directory. (f/g77.info): Build info files in source directory; don't build them unless BUILD_INFO is "info". (f77.install-info): Install info files from source directory. From-SVN: r38141 --- gcc/f/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc/f/ChangeLog') diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 3087b75..99cfd00 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,11 @@ +2000-12-08 Joseph S. Myers + + * Make-lang.in (f77.info): Depend on info files in source + directory. + (f/g77.info): Build info files in source directory; don't build + them unless BUILD_INFO is "info". + (f77.install-info): Install info files from source directory. + 2000-12-07 Zack Weinberg * Make-lang.in: Link f/fini with safe-ctype.o. -- cgit v1.1