Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA/DOCO] annotate.texinfo
@ 2003-11-07  0:25 Elena Zannoni
  2003-11-08 17:10 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Elena Zannoni @ 2003-11-07  0:25 UTC (permalink / raw)
  To: gdb-patches; +Cc: eliz


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-11-11 14:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-07  0:25 [RFA/DOCO] annotate.texinfo Elena Zannoni
2003-11-08 17:10 ` Eli Zaretskii
2003-11-10 22:54   ` Elena Zannoni
2003-11-11  6:07     ` Eli Zaretskii
2003-11-11 14:09       ` Elena Zannoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox