From afe157ca60e89b2ed23d1559b43e4c82bae86915 Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Tue, 11 Nov 2003 14:09:37 +0000 Subject: [PATCH] 2003-11-11 Elena Zannoni * stabs.texinfo: Add dircategory and direntry commands. * annotate.texinfo: Ditto. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/annotate.texinfo | 8 ++++++++ gdb/doc/stabs.texinfo | 13 ++++++------- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 06fb5b23d0..1bd740159d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-11-11 Elena Zannoni + + * stabs.texinfo: Add dircategory and direntry commands. + * annotate.texinfo: Ditto. + 2003-11-10 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Replace the diff --git a/gdb/doc/annotate.texinfo b/gdb/doc/annotate.texinfo index 831d3cac99..901c6e1ba2 100644 --- a/gdb/doc/annotate.texinfo +++ b/gdb/doc/annotate.texinfo @@ -1,6 +1,14 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename annotate.info + +@c This is a dir.info fragment to support semi-automated addition of +@c manuals to an info tree. +@dircategory Programming & development tools. +@direntry +* Annotate: (annotate). The obsolete annotation interface. +@end direntry + @c @include gdb-cfg.texi @c diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index bd59116665..85973840f0 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -3,13 +3,12 @@ @c @finalout -@ifinfo -@format -START-INFO-DIR-ENTRY -* Stabs: (stabs). The "stabs" debugging information format. -END-INFO-DIR-ENTRY -@end format -@end ifinfo +@c This is a dir.info fragment to support semi-automated addition of +@c manuals to an info tree. +@dircategory Programming & development tools. +@direntry +* Stabs: (stabs). The "stabs" debugging information format. +@end direntry @ifinfo This document describes the stabs debugging symbol tables. -- 2.34.1