about summary refs log tree commit diff
path: root/pkgs/misc/solfege/texinfo.patch
blob: d681b3e901bd8e4be735622a12c61fa552f9d0d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Fix build with texinfo 6.7. Otherwise

    makeinfo -I topdocs --no-split --no-headers --output AUTHORS topdocs/AUTHORS.texi

fails with

    utf8 "\xC1" does not map to Unicode at /nix/store/...-texinfo-6.7/share/texinfo/Texinfo/ParserNonXS.pm line 1796, <FH> line 38.

--- a/topdocs/AUTHORS.texi
+++ b/topdocs/AUTHORS.texi
@@ -1,2 +1,3 @@
 \input texinfo
+@documentencoding ISO-8859-1
 @setfilename AUTHORS.info
--- a/topdocs/README.texi
+++ b/topdocs/README.texi
@@ -1,2 +1,3 @@
 \input texinfo
+@documentencoding ISO-8859-1
 @setfilename README.info