diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-12-18 12:16:41 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-12-18 12:16:41 +0000 |
commit | 8f6b8c995518c839742133fca86f722e8f0e2c03 (patch) | |
tree | bef4fe13055e51f7ce180278128137d1a4a12096 | |
parent | 851ef03661397f78874d792ed893edf3b7ab4e54 (diff) | |
download | gcc-8f6b8c995518c839742133fca86f722e8f0e2c03.zip gcc-8f6b8c995518c839742133fca86f722e8f0e2c03.tar.gz gcc-8f6b8c995518c839742133fca86f722e8f0e2c03.tar.bz2 |
g77install.texi: Remove obsolete parts only used for INSTALL, and DOC-G77 conditionals.
* g77install.texi: Remove obsolete parts only used for INSTALL,
and DOC-G77 conditionals. Update last-update-install date.
From-SVN: r38343
-rw-r--r-- | gcc/f/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/f/g77install.texi | 30 |
2 files changed, 6 insertions, 29 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 20e1132..abfa945 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk> + + * g77install.texi: Remove obsolete parts only used for INSTALL, + and DOC-G77 conditionals. Update last-update-install date. + Sat Dec 9 10:20:11 2000 Joseph S. Myers <jsm28@cam.ac.uk> * .cvsignore: New file; add info files. diff --git a/gcc/f/g77install.texi b/gcc/f/g77install.texi index 64cf9a8..e5b0415 100644 --- a/gcc/f/g77install.texi +++ b/gcc/f/g77install.texi @@ -2,39 +2,13 @@ @c This is part of the G77 manual. @c For copying conditions, see the file g77.texi. -@c The text of this file appears in the file INSTALL -@c in the G77 distribution, as well as in the G77 manual. - -@c Keep this the same as the dates above, since it's used -@c in the standalone derivations of this file (e.g. INSTALL). -@set copyrights 1995, 1996, 1997, 1998, 1999, 2000 - -@set last-update-install 1999-07-17 +@set last-update-install 2000-11-05 @include root.texi -@ifset DOC-INSTALL -@c The immediately following lines apply to the INSTALL file -@c which is generated using this file. -@emph{Note:} This file is automatically generated from the files -@file{install0.texi} and @file{g77install.texi}. -@file{INSTALL} is @emph{not} a source file, -although it is normally included within source distributions. - -This file contains installation information for the GNU Fortran compiler. -Copyright (C) @value{copyrights-install} Free Software Foundation, Inc. -You may copy, distribute, and modify it freely as long as you preserve -this copyright notice and permission notice. - -@node Top,,, (dir) -@chapter Installing GNU Fortran -@end ifset - -@ifset DOC-G77 @node Installation @chapter Installing GNU Fortran @cindex installing, GNU Fortran -@end ifset The following information describes how to install @code{g77}. @@ -221,9 +195,7 @@ be fixed in a future version of @code{gcc}. @cindex AIX A linker bug on some versions of AIX 4.1 might prevent building when @code{g77} is built within @code{gcc}. -@ifset DOC-G77 @xref{LINKFAIL}. -@end ifset @node Cross-compiler Problems @subsection Cross-compiler Problems |