From: Elena Zannoni <ezannoni@redhat.com>
To: gdb-patches@sources.redhat.com
Cc: eliz@is.elta.co.il
Subject: [RFA/DOCO] annotate.texinfo
Date: Fri, 07 Nov 2003 00:25:00 -0000 [thread overview]
Message-ID: <16298.58996.338950.834301@localhost.redhat.com> (raw)
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
next reply other threads:[~2003-11-07 0:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-07 0:25 Elena Zannoni [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=16298.58996.338950.834301@localhost.redhat.com \
--to=ezannoni@redhat.com \
--cc=eliz@is.elta.co.il \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox