From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6414 invoked by alias); 19 Nov 2001 01:44:42 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 6358 invoked from network); 19 Nov 2001 01:44:38 -0000 Received: from unknown (HELO navy.csi.cam.ac.uk) (131.111.8.49) by sourceware.cygnus.com with SMTP; 19 Nov 2001 01:44:38 -0000 Received: from student.cusu.cam.ac.uk ([131.111.179.82] helo=kern.srcf.societies.cam.ac.uk ident=mail) by navy.csi.cam.ac.uk with esmtp (Exim 3.22 #1) id 165dUD-00025I-00 for gcc-patches@gcc.gnu.org; Mon, 19 Nov 2001 01:44:37 +0000 Received: from jsm28 (helo=localhost) by kern.srcf.societies.cam.ac.uk with local-esmtp (Exim 3.12 #1 (Debian)) id 165dUD-00018j-00 for ; Mon, 19 Nov 2001 01:44:37 +0000 Date: Tue, 13 Nov 2001 15:03:00 -0000 From: "Joseph S. Myers" X-X-Sender: To: Subject: Patch to remove links to old install chapter from manual Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-11/txt/msg00522.txt.bz2 To get rid of the old installation manual, links to it need to go away. This patch removes some outside links to it from the GCC manual. (With this patch, removing the include of install-old.texi and its menu entry leaves a working manual - but the contents of install-old.texi still need updating and merging into the current install manual first.) It passes "make info" and "make dvi". OK to commit? 2001-11-19 Joseph S. Myers * doc/fragments.texi, doc/trouble.texi: Remove links to old installation chapter. * doc/gcc.texi: Don't claim that this manual documents installation. Make Installation menu entry as being out of date. diff -ruN doc.orig/fragments.texi doc/fragments.texi --- doc.orig/fragments.texi Mon Nov 12 15:41:13 2001 +++ doc/fragments.texi Mon Nov 19 01:33:20 2001 @@ -7,8 +7,8 @@ @chapter Makefile Fragments @cindex makefile fragment -When you configure GCC using the @file{configure} script -(@pxref{Installation}), it will construct the file @file{Makefile} from +When you configure GCC using the @file{configure} script, +it will construct the file @file{Makefile} from the template file @file{Makefile.in}. When it does this, it will incorporate makefile fragment files from the @file{config} directory, named @file{t-@var{target}} and @file{x-@var{host}}. If these files do diff -ruN doc.orig/gcc.texi doc/gcc.texi --- doc.orig/gcc.texi Sun Nov 18 19:44:09 2001 +++ doc/gcc.texi Mon Nov 19 01:34:39 2001 @@ -217,14 +217,14 @@ @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 @@ * 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. diff -ruN doc.orig/trouble.texi doc/trouble.texi --- doc.orig/trouble.texi Sun Nov 11 11:28:07 2001 +++ doc/trouble.texi Mon Nov 19 01:33:44 2001 @@ -251,7 +251,7 @@ @item Debugging (@option{-g}) is not supported on the HP PA machine, unless you use -the preliminary GNU tools (@pxref{Installation}). +the preliminary GNU tools. @item Taking the address of a label may generate errors from the HP-UX @@ -355,7 +355,7 @@ @item On VMS, GAS versions 1.38.1 and earlier may cause spurious warning messages from the linker. These warning messages complain of mismatched -psect attributes. You can ignore them. @xref{VMS Install}. +psect attributes. You can ignore them. @item On NewsOS version 3, if you include both of the files @file{stddef.h} -- Joseph S. Myers jsm28@cam.ac.uk