jkp@SAUNA.HUT.FI (Jyrki Kuoppala) (08/22/89)
Bison manual page states:
FILES
/usr/local/lib/bison.simple simple parser
/usr/local/lib/bison.hairy complicated parser
This isn't always correct, as for example we are trying to make the
system easy to maintain and don't want to have anything on /usr that
isn't from the vendor's distribution. For example, we have the files
on /p/gnu/lib/bison.{simple,hairy}.
Perhaps `make install' should automagically edit the manual page or a
comment should be added that these might be in a different place ?
//Jyrki