From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 8DB243858D20; Tue, 23 Jan 2024 02:58:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8DB243858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705978709; bh=ugQ4vdKjegs+0LBiJgfuYS0K5K5x4EiDeasyEF7bjZk=; h=From:To:Subject:Date:From; b=vgAdH3Ks+saHC0rWfBvEc603as/ECYk0TET9NcKh3PuKFsiK/qddemKSytZ4HDu1L jvx81CSDOr2APhWHDEm1tIlTrR0m/BL4kGsBgydDBqUrkkNpLDv5LKhnttPtvdV54M 1p8BYi+dbrDOVq6X/tJnWGRDiN89wNcFe3njdU+4= 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/main] libgloss: doc: fix dir info entry usage X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/main X-Git-Oldrev: 6f6427b0534a6e2a90c670c1803584337844d045 X-Git-Newrev: fd4e96f1afe74daf9c041d651a217e0616f1dc9e Message-Id: <20240123025829.8DB243858D20@sourceware.org> Date: Tue, 23 Jan 2024 02:58:29 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dfd4e96f1afe= 74daf9c041d651a217e0616f1dc9e commit fd4e96f1afe74daf9c041d651a217e0616f1dc9e 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