diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-07 16:57:28 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-07 16:57:28 +0000 |
commit | f6c976082ba1767d6aff64f010ff77e183ec5524 (patch) | |
tree | 6fb02642da2dd4fc99f79b45b378e5f9b1a05067 /gcc/doc/gcc.texi | |
parent | 29a40d6d2d1a7debbdcd3554138069fee3270555 (diff) | |
download | gcc-f6c976082ba1767d6aff64f010ff77e183ec5524.tar.gz |
* doc/gcc.texi: Don't include install-old.texi. Adjust menu
description for Trouble section.
* doc/install-old.texi: Adjust for inclusion as chapter of new
installation manual.
* doc/install.texi, doc/include/fdl.texi, doc/install.texi2html:
Adjust to include old installation chapter as chapter of new
installation manual.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47757 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gcc.texi')
-rw-r--r-- | gcc/doc/gcc.texi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index a1f4e2e0433..67ea96a7518 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -239,13 +239,12 @@ 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 (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. * Objective-C:: GNU Objective-C runtime features. * Gcov:: gcov: a GCC test coverage program. -* Trouble:: If you have trouble installing GCC. +* Trouble:: If you have trouble using GCC. * Bugs:: How, why and where to report bugs. * Service:: How to find suppliers of support for GCC. * Contributing:: How to contribute to testing and developing GCC. @@ -287,8 +286,6 @@ bugs. It corresponds to GCC version 3.1. @include invoke.texi -@include install-old.texi - @include extend.texi @include objc.texi |