This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA/DOCO] annotate.texinfo


A patch to annotate.texinfo. This fixes a warning when installing the
info files.

w/o the patch:

 install-info --info-dir=/usr/local/info /usr/local/info/gdb.info
 install-info --info-dir=/usr/local/info /usr/local/info/gdbint.info
 install-info --info-dir=/usr/local/info /usr/local/info/stabs.info
 install-info --info-dir=/usr/local/info /usr/local/info/annotate.info
 install-info: warning: no info dir entry in `/usr/local/info/annotate.info'

w/ the patch:
 install-info --info-dir=/usr/local/info /usr/local/info/gdb.info
 install-info --info-dir=/usr/local/info /usr/local/info/gdbint.info
 install-info --info-dir=/usr/local/info /usr/local/info/stabs.info
 install-info --info-dir=/usr/local/info /usr/local/info/annotate.info

I.e. no warning anymore.

I am not sure what the rule for this is, actually. I see that the
other texinfo files don't have START-INFO-DIR-ENTRY and
END-INFO-DIR-ENTRY (except for stabs.texinfo).
But the warning was messing up the rpm install.

elena

2003-11-06  Elena Zannoni  <ezannoni@redhat.com>

	* annotate.texinfo: Add START-INFO-DIR-ENTRY and END-INFO-DIR-ENTRY.

Index: annotate.texinfo
===================================================================
RCS file: /cvs/uberbaum/gdb/doc/annotate.texinfo,v
retrieving revision 1.2
diff -u -p -r1.2 annotate.texinfo
--- annotate.texinfo    24 Oct 2003 17:37:04 -0000      1.2
+++ annotate.texinfo    7 Nov 2003 00:24:49 -0000
@@ -1,6 +1,15 @@
 \input texinfo   @c -*-texinfo-*-
 @c %**start of header
 @setfilename annotate.info
+
+@ifinfo
+@format
+START-INFO-DIR-ENTRY
+* Annotate: (gdb).                 The obsolete annotation interface.
+END-INFO-DIR-ENTRY
+@end format
+@end ifinfo
+
 @c
 @include gdb-cfg.texi
 @c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]