This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: final 5.1 gdb.texinfo diff


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
2002-01-17  Andrew Cagney  <ac131313@redhat.com>

	* 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]