* configure.in: Bump to 1.28c.

* doc/bison.texinfo: Texinfo thingies.
This commit is contained in:
Akim Demaille
2001-08-06 08:35:21 +00:00
parent 8303fc422a
commit 8416323152
10 changed files with 40 additions and 32 deletions

View File

@@ -5092,14 +5092,15 @@ For example :
@example
bison -d @var{infile.yxx}
@end example
@noindent
will produce @file{infile.tab.cxx} and @file{infile.tab.hxx}. and
@example
bison -d @var{infile.y} -o @var{output.c++}
@end example
@noindent
will produce @file{output.c++} and @file{outfile.h++}.
@refill
@menu
* Bison Options:: All the options described in detail,