* 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

@@ -867,10 +867,12 @@ manipulate filenames like `-o' or `-d'.
For example :
bison -d INFILE.YXX
will produce `infile.tab.cxx' and `infile.tab.hxx'. and
will produce `infile.tab.cxx' and `infile.tab.hxx'. and
bison -d INFILE.Y -o OUTPUT.C++
will produce `output.c++' and `outfile.h++'.
will produce `output.c++' and `outfile.h++'.
* Menu: