From: Joel Brobecker Date: Sat, 7 Nov 2009 19:46:57 +0000 (+0000) Subject: * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage X-Git-Tag: cgen-snapshot-20091201~267 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1eb7cd77dad49292d20d1e639ed18068a9d6c975;p=thirdparty%2Fbinutils-gdb.git * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage and @settitle directives up to help makeinfo find them. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 912f20c4d4e..4dc4234400c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-11-07 Joel Brobecker + + * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage + and @settitle directives up to help makeinfo find them. + 2009-11-02 Jan Kratochvil * gdb.texinfo (set debug-file-directory, show debug-file-directory) diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 0255c028aa9..dbe1197b13b 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 fcd30ce8590..07e9971120d 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