Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preudhomme <thomas.preudhomme@foss.arm.com>2016-10-25 18:11:09 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-10-25 18:45:11 +0300
commitcf6e411f17be3bdce2df24911517798df4172859 (patch)
treebeff9d3c0eaf4e888e940bda61e3068dfb582438
parent2b496cf1afa65075277be3a1ab6ea7ad7051fd18 (diff)
Fix pdf build failure with texinfo 6.1.0
Hi, make pdf on Ubuntu 16.04 fail with: newlib/libc/libc.texinfo:9: Missing @endcsname inserted. After a lot of fiddling the reason appears to be the combination of concept and function index despite a lack of concept index entries. Arguably texinfo should not error in that case but here we are, newlib will fail to build its documentation on some systems because of this. Since libc.texinfo only contains function index entries this patch simply removes the combination of indices. It does the same for libm.texinfo which has concept index entries but no function index entries. Tested by running make pdf, make dvi, make info and make html successfully. libc.pdf appears to have only one index as expected. == Proposed commit message == Fix pdf build failure with texinfo 6.1.0 as provided in Ubuntu 16.04. Index combination in libc.texinfo and libm.texinfo fails because both file have only one type of index entries. Removing index combination is thus harmless and solves the problem. Is this ok for master? Best regards, Thomas
-rw-r--r--newlib/libc/libc.texinfo1
-rw-r--r--newlib/libm/libm.texinfo1
2 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/libc.texinfo b/newlib/libc/libc.texinfo
index 6216c9929..482b0ede8 100644
--- a/newlib/libc/libc.texinfo
+++ b/newlib/libc/libc.texinfo
@@ -1,6 +1,5 @@
\input texinfo.tex
@setfilename libc.info
-@syncodeindex fn cp
@ifinfo
@format
diff --git a/newlib/libm/libm.texinfo b/newlib/libm/libm.texinfo
index 5c28975fa..1b5be1f6c 100644
--- a/newlib/libm/libm.texinfo
+++ b/newlib/libm/libm.texinfo
@@ -1,6 +1,5 @@
\input texinfo.tex
@setfilename libm.info
-@syncodeindex fn cp
@ifinfo
@format