Re: [PATCH] libgloss: doc: fix @direntry definition
Jeff Johnston <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAOox84vcJgwpYawXuNo8Qr1V536S4y2qqiL0VsTRkNLAz6HPzw@mail.gmail.com> |
Patch applied. Thanks. -- Jeff J. On Tue, May 20, 2025 at 11:49 AM Quentin Smith <[email protected]> wrote: > @direntry automatically generates START/END-INFO-DIR-ENTRY. Specifying > them again in the source causes install-info to choke on the resulting > info file: > > install-info: START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY > --- > libgloss/doc/porting.texi | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/libgloss/doc/porting.texi b/libgloss/doc/porting.texi > index 1f68757be..dd5e29e41 100644 > --- a/libgloss/doc/porting.texi > +++ b/libgloss/doc/porting.texi > @@ -50,9 +50,7 @@ into another language, under the above conditions for > modified versions. > @end titlepage > > @direntry > -START-INFO-DIR-ENTRY > * Embed with GNU: (porting-). Embed with GNU > -END-INFO-DIR-ENTRY > @end direntry > > @ifnottex > -- > 2.49.0 > >