~ruther/guix-kria

guix-kria/modules/zynqmp/packages/patches/0001-libgloss-doc-fix-direntry-definition.patch -rw-r--r-- 924 bytes
79fd3786 — Rutherther chore: Add script to build the final image 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From f43cd384d0f124e51de86374bd97ce08d6fdc82e Mon Sep 17 00:00:00 2001
From: Quentin Smith <quentin@mit.edu>
Date: Tue, 20 May 2025 11:49:06 -0400
Subject: [PATCH] libgloss: doc: fix @direntry definition

@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