From 70c3f3ade5a94034daf44c6d5d4644c180a484ff Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 20 May 2019 06:11:07 +0200 Subject: [PATCH] doc: avoid Texinfo portability issues Reported by Bruno Haible. http://lists.gnu.org/archive/html/bug-bison/2019-05/msg00024.html Fixed by Karl Berry. http://lists.gnu.org/archive/html/bug-bison/2019-05/msg00034.html * doc/bison.texi: Don't specify the langage, rely on the default. Avoid blank pages. --- THANKS | 1 + doc/bison.texi | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/THANKS b/THANKS index 07355b23..e7ddd751 100644 --- a/THANKS +++ b/THANKS @@ -89,6 +89,7 @@ Jonathan Fabrizio jonathan.fabrizio@lrde.epita.fr Jonathan Nieder jrnieder@gmail.com Josh Soref jsoref@gmail.com Juan Manuel Guerrero juan.guerrero@gmx.de +Karl Berry karl@freefriends.org Kees Zeelenberg kzlg@users.sourceforge.net Keith Browne kbrowne@legato.com Ken Moffat zarniwhoop@ntlworld.com diff --git a/doc/bison.texi b/doc/bison.texi index 541e6d44..579f2083 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -2,10 +2,8 @@ @comment %**start of header @setfilename bison.info @documentencoding UTF-8 -@documentlanguage en @include version.texi @settitle Bison @value{VERSION} -@setchapternewpage odd @tex \gdef\rgbWarning{0.50 0 0.50} @@ -58,6 +56,7 @@ @c This edition has been formatted so that you can format and print it in @c the smallbook format. @c @smallbook +@c @setchapternewpage odd @c Set following if you want to document %default-prec and %no-default-prec. @c This feature is experimental and may change in future Bison versions.