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/annotate.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/annotate.texinfo')
-rw-r--r-- | gdb/doc/annotate.texinfo | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/gdb/doc/annotate.texinfo b/gdb/doc/annotate.texinfo index 2c48fdb..686fda0 100644 --- a/gdb/doc/annotate.texinfo +++ b/gdb/doc/annotate.texinfo @@ -26,10 +26,9 @@ @c more expensive, form factor and would drive up the manuals publication @c cost. Having a smaller cheaper manual helps the GNU Press with its sales. -@ifinfo -This file documents @value{GDBN}'s obsolete annotations. - -Copyright (C) 1994, 1995, 2000, 2001, 2003 Free Software Foundation, Inc. +@copying +Copyright @copyright{} 1994, 1995, 2000, 2001, 2003, 2004, 2005, 2007, +2008, 2009 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 @@ -37,8 +36,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 copying + +@ifnottex +This file documents @value{GDBN}'s obsolete annotations. -@end ifinfo +@insertcopying +@end ifnottex @titlepage @title @value{GDBN}'s Obsolete Annotations @@ -47,18 +51,10 @@ Free Documentation License''. @author Free Software Foundation @page @vskip 0pt plus 1filll -Copyright @copyright{} 1994, 1995, 2000, 2001, 2003 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 -@ifinfo +@ifnottex @node Top @top GDB Annotations @@ -68,7 +64,7 @@ implemented in older @value{GDBN} versions. @ignore This is Edition @value{EDITION}, @value{DATE}. @end ignore -@end ifinfo +@end ifnottex @menu * Annotations Overview:: What annotations are; the general syntax. |