diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-01-14 11:47:07 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-01-14 11:47:07 +0000 |
commit | a67ec3f4ff30364935c115b0f0fa08537165a77f (patch) | |
tree | 0ac9cecf3305dc52816525fcb42fd9429a33a9b4 /gdb/doc/gdbint.texinfo | |
parent | e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9 (diff) | |
download | gdb-a67ec3f4ff30364935c115b0f0fa08537165a77f.zip gdb-a67ec3f4ff30364935c115b0f0fa08537165a77f.tar.gz gdb-a67ec3f4ff30364935c115b0f0fa08537165a77f.tar.bz2 |
2009-01-14 Joseph Myers <joseph@codesourcery.com>
Carlos O'Donell <carlos@codesourcery.com>
Fixes for makeinfo --html.
* annotate.texinfo: Use @copying and @insertcopying. Use
@ifnottex in place of @ifinfo.
* gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
place of @ifinfo. Use @ifnotinfo for one index entry.
* gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
in place of @ifinfo.
* stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
in place of @ifinfo. Include contents at start unconditionally.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 6a9ea6c..849b116 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -6,11 +6,10 @@ * Gdb-Internals: (gdbint). The GNU debugger's internals. @end direntry -@ifinfo -This file documents the internals of the GNU debugger @value{GDBN}. -Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2008 - Free Software Foundation, Inc. +@copying +Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1996, 1998, 1999, +2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009 +Free Software Foundation, Inc. Contributed by Cygnus Solutions. Written by John Gilmore. Second Edition by Stan Shebs. @@ -20,7 +19,13 @@ any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. -@end ifinfo +@end copying + +@ifnottex +This file documents the internals of the GNU debugger @value{GDBN}. + +@insertcopying +@end ifnottex @setchapternewpage off @settitle @value{GDBN} Internals @@ -48,15 +53,7 @@ Free Documentation License''. @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1990,1991,1992,1993,1994,1996,1998,1999,2000,2001, - 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. - -Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.1 or -any later version published by the Free Software Foundation; with no -Invariant Sections, with no Front-Cover Texts, and with no Back-Cover -Texts. A copy of the license is included in the section entitled ``GNU -Free Documentation License''. +@insertcopying @end titlepage @contents |