summaryrefslogtreecommitdiff
path: root/gcc/doc/gcc.texi
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-19 12:42:28 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-19 12:42:28 +0000
commit4206f59199f12699c724219ebf37a58cfeaecbd1 (patch)
treec8d8a09cc33d04c51a127a337110d2993a46b08b /gcc/doc/gcc.texi
parent6a9bd664f0cd6f1bf08a1726f0bc1f1e6c99733a (diff)
downloadgcc-4206f59199f12699c724219ebf37a58cfeaecbd1.tar.gz
* doc/fragments.texi, doc/trouble.texi: Remove links to old
installation chapter. * doc/gcc.texi: Don't claim that this manual documents installation. Mark Installation menu entry as being out of date. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47172 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gcc.texi')
-rw-r--r--gcc/doc/gcc.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi
index ffd2affe9f4..a1f4e2e0433 100644
--- a/gcc/doc/gcc.texi
+++ b/gcc/doc/gcc.texi
@@ -217,14 +217,14 @@ texts being (a) (see below), and with the Back-Cover Texts being (b)
@ifset INTERNALS
@ifset USING
-This manual documents how to run, install and port the GNU
+This manual documents how to run and port the GNU
compiler, as well as its new features and incompatibilities, and how to
report bugs. It corresponds to GCC version 3.1.
@end ifset
@end ifset
@ifclear INTERNALS
-This manual documents how to run and install the GNU compiler,
+This manual documents how to run the GNU compiler,
as well as its new features and incompatibilities, and how to report
bugs. It corresponds to GCC version 3.1.
@end ifclear
@@ -239,7 +239,7 @@ bugs. It corresponds to GCC version 3.1.
* G++ and GCC:: You can compile C or C++ programs.
* Standards:: Language standards supported by GCC.
* Invoking GCC:: Command options supported by @samp{gcc}.
-* Installation:: How to configure, compile and install GCC.
+* Installation:: How to configure, compile and install GCC (out of date).
* C Implementation:: How GCC implements the ISO C specification.
* C Extensions:: GNU extensions to the C language family.
* C++ Extensions:: GNU extensions to the C++ language.