From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id E0F403858C41; Tue, 2 Jan 2024 04:35:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0F403858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704170123; bh=ehrvU/Oc2B/ynHFMdJJToyjiEM2tOZklngj3RYS5p94=; h=From:To:Subject:Date:From; b=c/cJoJKaaJjQQq1sUlU9FgR0u42OQcCKEAxelgy9QBqHrcP5BHq2Sjcb/Bm7hH6tO 85gjKQ/yus0B4eWumsOymmqsr8Jz6VrmO420TkTkCR/lSVcufuqfHWeYsX3jp0yHbv LdelczxfkzUBWbHotipkiFn6dVyKP6i71IbbBT3A= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin/users/vapier/wip] libgloss: doc: fix dir info entry usage X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/users/vapier/wip X-Git-Oldrev: ce02b2abc3fdd6fb8dc9c836ce2fe863f937ce66 X-Git-Newrev: acbd70eab3ae45708cd67ee62577f59c9c5feb73 Message-Id: <20240102043523.E0F403858C41@sourceware.org> Date: Tue, 2 Jan 2024 04:35:21 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dacbd70eab3a= e45708cd67ee62577f59c9c5feb73 commit acbd70eab3ae45708cd67ee62577f59c9c5feb73 Author: Mike Frysinger Date: Tue Dec 26 19:09:29 2023 -0500 libgloss: doc: fix dir info entry usage =20 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. Diff: --- 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 5697a64d0..e3c48845d 100644 --- a/libgloss/doc/porting.texi +++ b/libgloss/doc/porting.texi @@ -43,12 +43,13 @@ Permission is granted to copy and distribute translatio= ns of this manual into another language, under the above conditions for modified versions. @end titlepage =20 -@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 =20 Permission is granted to make and distribute verbatim copies of