public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] libgloss: doc: fix dir info entry usage
@ 2023-12-27  0:50 Mike Frysinger
  2024-01-20  0:50 ` Mike Frysinger
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2023-12-27  0:50 UTC (permalink / raw)
  To: newlib

Wrapping the dir info with @ifnottex means it's included in all other
outputs like html which makes no sense.  Switch to @direntry which is
specific for this content and is automatically written to the output
that makes sense, and omitted from the rest.
---
 libgloss/doc/porting.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/libgloss/doc/porting.texi b/libgloss/doc/porting.texi
index 5697a64d0b46..e3c48845da37 100644
--- a/libgloss/doc/porting.texi
+++ b/libgloss/doc/porting.texi
@@ -43,12 +43,13 @@ Permission is granted to copy and distribute translations of this manual
 into another language, under the above conditions for modified versions.
 @end titlepage
 
-@ifnottex
-@format
+@direntry
 START-INFO-DIR-ENTRY
 * Embed with GNU: (porting-).         Embed with GNU
 END-INFO-DIR-ENTRY
-@end format
+@end direntry
+
+@ifnottex
 Copyright (c) 1993, 1994, 1995 Cygnus Support
 
 Permission is granted to make and distribute verbatim copies of
-- 
2.43.0


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

* Re: [PATCH] libgloss: doc: fix dir info entry usage
  2023-12-27  0:50 [PATCH] libgloss: doc: fix dir info entry usage Mike Frysinger
@ 2024-01-20  0:50 ` Mike Frysinger
  2024-01-22  9:58   ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2024-01-20  0:50 UTC (permalink / raw)
  To: newlib

[-- Attachment #1: Type: text/plain, Size: 362 bytes --]

On 26 Dec 2023 19:50, Mike Frysinger wrote:
> Wrapping the dir info with @ifnottex means it's included in all other
> outputs like html which makes no sense.  Switch to @direntry which is
> specific for this content and is automatically written to the output
> that makes sense, and omitted from the rest.

ping ...

(and the other doc update patches too)
-mike

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] libgloss: doc: fix dir info entry usage
  2024-01-20  0:50 ` Mike Frysinger
@ 2024-01-22  9:58   ` Corinna Vinschen
  2024-01-23  3:17     ` Mike Frysinger
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2024-01-22  9:58 UTC (permalink / raw)
  To: newlib

Hi Mike,

On Jan 19 19:50, Mike Frysinger wrote:
> On 26 Dec 2023 19:50, Mike Frysinger wrote:
> > Wrapping the dir info with @ifnottex means it's included in all other
> > outputs like html which makes no sense.  Switch to @direntry which is
> > specific for this content and is automatically written to the output
> > that makes sense, and omitted from the rest.
> 
> ping ...
> 
> (and the other doc update patches too)
> -mike

just push them.


Thanks,
Corinna


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

* Re: [PATCH] libgloss: doc: fix dir info entry usage
  2024-01-22  9:58   ` Corinna Vinschen
@ 2024-01-23  3:17     ` Mike Frysinger
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2024-01-23  3:17 UTC (permalink / raw)
  To: newlib

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

On 22 Jan 2024 10:58, Corinna Vinschen wrote:
> On Jan 19 19:50, Mike Frysinger wrote:
> > On 26 Dec 2023 19:50, Mike Frysinger wrote:
> > > Wrapping the dir info with @ifnottex means it's included in all other
> > > outputs like html which makes no sense.  Switch to @direntry which is
> > > specific for this content and is automatically written to the output
> > > that makes sense, and omitted from the rest.
> > 
> > ping ...
> > 
> > (and the other doc update patches too)
> 
> just push them.

thx, i pushed all but one i posted as RFC, so if you could check it:
https://sourceware.org/pipermail/newlib/2023/020842.html
-mike

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2024-01-23  3:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-27  0:50 [PATCH] libgloss: doc: fix dir info entry usage Mike Frysinger
2024-01-20  0:50 ` Mike Frysinger
2024-01-22  9:58   ` Corinna Vinschen
2024-01-23  3:17     ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).