commit 408ff8efa0824aa1c89bd73855bf73cecb92db2e Author: Joel Brobecker Date: Sat Nov 7 10:27:34 2009 -0800 2009-11-07 Joel Brobecker * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage and @settitle directives up to help makeinfo find them. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 0255c02..dbe1197 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -1,6 +1,8 @@ \input texinfo @c -*- texinfo -*- @setfilename gdbint.info @include gdb-cfg.texi +@settitle @value{GDBN} Internals +@setchapternewpage off @dircategory Software development @direntry * Gdb-Internals: (gdbint). The GNU debugger's internals. @@ -27,8 +29,6 @@ This file documents the internals of the GNU debugger @value{GDBN}. @insertcopying @end ifnottex -@setchapternewpage off -@settitle @value{GDBN} Internals @syncodeindex fn cp @syncodeindex vr cp diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index d28c93d..187232f 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -1,5 +1,7 @@ \input texinfo @setfilename stabs.info +@setchapternewpage odd +@settitle STABS @c @finalout @@ -30,8 +32,6 @@ This document describes the stabs debugging symbol tables. @insertcopying @end ifnottex -@setchapternewpage odd -@settitle STABS @titlepage @title The ``stabs'' debug format @author Julia Menapace, Jim Kingdon, David MacKenzie