public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Remove curly braces in `@author` tag in .texi files
@ 2023-12-17  9:09 Freddie Chopin
  2023-12-19 18:29 ` Jeff Johnston
  0 siblings, 1 reply; 2+ messages in thread
From: Freddie Chopin @ 2023-12-17  9:09 UTC (permalink / raw)
  To: Newlib

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

Curly braces cause documentation build failure with texinfo 7.1 (works
fine
up to 7.0.3):

-- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 --

---------- newlib-4.3.0.20230120 make install-pdf
  TEXI2PDF libc/libc.pdf
libc.texi:74: misplaced {
libc.texi:74: misplaced }
libc.texi:75: misplaced {
libc.texi:75: misplaced }
libc.texi:76: misplaced {
libc.texi:76: misplaced }
libc.texi:77: misplaced {
libc.texi:77: misplaced }
make: *** [Makefile:47789: libc/libc.pdf] Error 1

-- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 --

[-- Attachment #2: 0001-Remove-curly-braces-in-author-tag-in-.texi-files.patch --]
[-- Type: text/x-patch, Size: 1944 bytes --]

From 3b697b45f08dbae34a2ba819dd2aef55e55d699b Mon Sep 17 00:00:00 2001
From: Freddie Chopin <freddie.chopin@gmail.com>
Date: Sun, 17 Dec 2023 10:01:45 +0100
Subject: [PATCH] Remove curly braces in `@author` tag in .texi files

Curly braces cause documentation build failure with texinfo 7.1 (works fine
up to 7.0.3):

-- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 --

---------- newlib-4.3.0.20230120 make install-pdf
  TEXI2PDF libc/libc.pdf
libc.texi:74: misplaced {
libc.texi:74: misplaced }
libc.texi:75: misplaced {
libc.texi:75: misplaced }
libc.texi:76: misplaced {
libc.texi:76: misplaced }
libc.texi:77: misplaced {
libc.texi:77: misplaced }
make: *** [Makefile:47789: libc/libc.pdf] Error 1

-- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 --
---
 newlib/libc/libc.texi | 8 ++++----
 newlib/libm/libm.texi | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/newlib/libc/libc.texi b/newlib/libc/libc.texi
index acb6afb5b..a5f24b15a 100644
--- a/newlib/libc/libc.texi
+++ b/newlib/libc/libc.texi
@@ -71,10 +71,10 @@ into another language, under the above conditions for modified versions.
 @sp 1
 @subtitle @code{libc} 4.3.0
 @subtitle January 2023
-@author {Steve Chamberlain}
-@author {Roland Pesch}
-@author {Red Hat Support}
-@author {Jeff Johnston}
+@author Steve Chamberlain
+@author Roland Pesch
+@author Red Hat Support
+@author Jeff Johnston
 @page
 
 @tex
diff --git a/newlib/libm/libm.texi b/newlib/libm/libm.texi
index d3ca9ae3c..bf8a07255 100644
--- a/newlib/libm/libm.texi
+++ b/newlib/libm/libm.texi
@@ -48,10 +48,10 @@ into another language, under the above conditions for modified versions.
 @sp 1
 @subtitle @code{libm} 4.3.0
 @subtitle January 2023
-@author {Steve Chamberlain}
-@author {Roland Pesch}
-@author {Red Hat Support}
-@author {Jeff Johnston}
+@author Steve Chamberlain
+@author Roland Pesch
+@author Red Hat Support
+@author Jeff Johnston
 @page
 
 @tex
-- 
2.43.0


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

* Re: [PATCH] Remove curly braces in `@author` tag in .texi files
  2023-12-17  9:09 [PATCH] Remove curly braces in `@author` tag in .texi files Freddie Chopin
@ 2023-12-19 18:29 ` Jeff Johnston
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Johnston @ 2023-12-19 18:29 UTC (permalink / raw)
  To: Freddie Chopin; +Cc: Newlib

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

Patch applied.

Thanks,

-- Jeff J.

On Sun, Dec 17, 2023 at 4:10 AM Freddie Chopin <freddie_chopin@op.pl> wrote:

> Curly braces cause documentation build failure with texinfo 7.1 (works
> fine
> up to 7.0.3):
>
> -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 --
>
> ---------- newlib-4.3.0.20230120 make install-pdf
>   TEXI2PDF libc/libc.pdf
> libc.texi:74: misplaced {
> libc.texi:74: misplaced }
> libc.texi:75: misplaced {
> libc.texi:75: misplaced }
> libc.texi:76: misplaced {
> libc.texi:76: misplaced }
> libc.texi:77: misplaced {
> libc.texi:77: misplaced }
> make: *** [Makefile:47789: libc/libc.pdf] Error 1
>
> -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 --
>

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

end of thread, other threads:[~2023-12-19 18:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-17  9:09 [PATCH] Remove curly braces in `@author` tag in .texi files Freddie Chopin
2023-12-19 18:29 ` Jeff Johnston

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).