From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7599 invoked by alias); 17 Jan 2002 22:55:53 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7565 invoked from network); 17 Jan 2002 22:55:53 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Jan 2002 22:55:53 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 89F803D48; Thu, 17 Jan 2002 17:55:52 -0500 (EST) Message-ID: <3C475678.90405@cygnus.com> Date: Thu, 17 Jan 2002 14:55:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Brian Youmans <3diff@gnu.org>, Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: final 5.1 gdb.texinfo diff References: Content-Type: multipart/mixed; boundary="------------020302090201080902030409" X-SW-Source: 2002-01/txt/msg00496.txt.bz2 This is a multi-part message in MIME format. --------------020302090201080902030409 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 1499 Um, building the trunk, I'm seeing: makeinfo -I /home/scratch/PENDING/2002-01-15-maint-doco/src/gdb/doc/../../readline/doc -I /home/scratch/PENDING/2002-01-15-maint-doco/src/gdb/doc/../mi -I /home/scratch/PENDING/2002-01-15-maint-doco/src/gdb/doc -o ./gdb.info gdb.texinfo /home/scratch/PENDING/2002-01-15-maint-doco/src/gdb/doc/../../readline/doc/rluser.texinfo:1331: warning: @sc argument all uppercase, thus no effect. /home/scratch/PENDING/2002-01-15-maint-doco/src/gdb/doc/gdb.texinfo:14575: Next field of node `Installing GDB' not pointed to. /home/scratch/PENDING/2002-01-15-maint-doco/src/gdb/doc/fdl.texi:2: This node (GNU Free Documentation License) has the bad Prev. /home/scratch/PENDING/2002-01-15-maint-doco/src/gdb/doc/fdl.texi:2: Next reference to nonexistent node `Intro'. /home/scratch/PENDING/2002-01-15-maint-doco/src/gdb/doc/gdb.texinfo:14869: Prev field of node `Index' not pointed to. /home/scratch/PENDING/2002-01-15-maint-doco/src/gdb/doc/fdl.texi:2: This node (GNU Free Documentation License) has the bad Next. makeinfo: Removing output file `./gdb.info' due to errors; use --force to preserve. gmake: *** [gdb.info] Error 2 ac131313@nettle$ makeinfo --version makeinfo (GNU texinfo) 4.0 Copyright (C) 1999 Free Software Foundation, Inc. There is NO warranty. You may redistribute this software under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING. So I've checked in the attached. Andrew --------------020302090201080902030409 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 675 2002-01-17 Andrew Cagney * fdl.texi: Remove next/prev from @node. Index: fdl.texi =================================================================== RCS file: /cvs/src/src/gdb/doc/fdl.texi,v retrieving revision 1.1 diff -p -r1.1 fdl.texi *** fdl.texi 2002/01/17 08:54:12 1.1 --- fdl.texi 2002/01/17 22:54:10 *************** *** 1,5 **** @c -*-texinfo-*- ! @node GNU Free Documentation License, Intro, Copying, Top @appendix GNU Free Documentation License @center Version 1.1, March 2000 --- 1,5 ---- @c -*-texinfo-*- ! @node GNU Free Documentation License @appendix GNU Free Documentation License @center Version 1.1, March 2000 --------------020302090201080902030409--