guile1/guile1-fix-texinfo-default-utf8.patch
Dave Plater 80bb9e60a5 Accepting request 750426 from home:plater:lilypond
- Fix build with new texinfo, which now assumes UTF8 in the texi
  files with guile1-fix-texinfo-default-utf8.patch.

OBS-URL: https://build.opensuse.org/request/show/750426
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile1?expand=0&rev=34
2019-11-23 12:36:16 +00:00

18 lines
586 B
Diff

From: Dave Plater <davejplater@gmail.com>
Date: 2019-11-23 14:08:22 +0200
Subject: Fix build with new texinfo's makeinfo.
See:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941557
The new texinfo assumes UTF8 unless informed otherwise.
Index: doc/ref/guile.texi
===================================================================
--- doc/ref/guile.texi.orig 2010-12-13 19:25:01.000000000 +0200
+++ doc/ref/guile.texi 2019-11-23 14:07:05.087759484 +0200
@@ -1,4 +1,5 @@
\input texinfo
+@documentencoding ISO-8859-1
@c -*-texinfo-*-
@c %**start of header
@setfilename guile.info