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.
This commit is contained in:
Akim Demaille
2019-05-20 06:12:47 +02:00
parent 1934304acf
commit 70c3f3ade5
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -89,6 +89,7 @@ Jonathan Fabrizio [email protected]
Jonathan Nieder [email protected] Jonathan Nieder [email protected]
Josh Soref [email protected] Josh Soref [email protected]
Juan Manuel Guerrero [email protected] Juan Manuel Guerrero [email protected]
Karl Berry [email protected]
Kees Zeelenberg [email protected] Kees Zeelenberg [email protected]
Keith Browne [email protected] Keith Browne [email protected]
Ken Moffat [email protected] Ken Moffat [email protected]
+1 -2
View File
@@ -2,10 +2,8 @@
@comment %**start of header @comment %**start of header
@setfilename bison.info @setfilename bison.info
@documentencoding UTF-8 @documentencoding UTF-8
@documentlanguage en
@include version.texi @include version.texi
@settitle Bison @value{VERSION} @settitle Bison @value{VERSION}
@setchapternewpage odd
@tex @tex
\gdef\rgbWarning{0.50 0 0.50} \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 This edition has been formatted so that you can format and print it in
@c the smallbook format. @c the smallbook format.
@c @smallbook @c @smallbook
@c @setchapternewpage odd
@c Set following if you want to document %default-prec and %no-default-prec. @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. @c This feature is experimental and may change in future Bison versions.