Blame PACKAGING

Packit Service c3aa71
Packaging hints for binary package distributors
Packit Service c3aa71
===============================================
Packit Service c3aa71
Packit Service c3aa71
Although the source of the bison package comes as a single package,
Packit Service c3aa71
in distributions of binary packages the installed files should
Packit Service c3aa71
be split into two packages:
Packit Service c3aa71
Packit Service c3aa71
   bison-runtime
Packit Service c3aa71
        Contents: Runtime libraries and programs.
Packit Service c3aa71
        Audience: Anyone who wants to run internationalized programs
Packit Service c3aa71
                  that contain Bison-generated parsers.
Packit Service c3aa71
Packit Service c3aa71
   bison
Packit Service c3aa71
        Contents: Tools and documentation for developers that use Bison.
Packit Service c3aa71
        Audience: Anyone who wants to develop programs that use parsers.
Packit Service c3aa71
        Dependencies: requires bison-runtime.
Packit Service c3aa71
Packit Service c3aa71
The 'bison-runtime' binary package is much smaller than the 'bison'
Packit Service c3aa71
binary package.  It should be included in any distribution that
Packit Service c3aa71
contains localized programs that use the diagnostics contained in
Packit Service c3aa71
Bison-generated parsers.
Packit Service c3aa71
Packit Service c3aa71
If you want to install both packages at the same time, you simply do
Packit Service c3aa71
at the toplevel directory:
Packit Service c3aa71
Packit Service c3aa71
      ./configure
Packit Service c3aa71
      make
Packit Service c3aa71
      make install
Packit Service c3aa71
Packit Service c3aa71
After installation, the file
Packit Service c3aa71
Packit Service c3aa71
      $prefix/share/locale/*/LC_MESSAGES/bison-runtime.mo
Packit Service c3aa71
Packit Service c3aa71
belongs to the bison-runtime package; all other installed files belong
Packit Service c3aa71
to the bison package.
Packit Service c3aa71
Packit Service c3aa71
-----
Packit Service c3aa71
Packit Service c3aa71
Copyright (C) 2002, 2005, 2009-2015 Free Software Foundation, Inc.
Packit Service c3aa71
Packit Service c3aa71
This file is part of Bison, the GNU Compiler Compiler.
Packit Service c3aa71
Packit Service c3aa71
This program is free software: you can redistribute it and/or modify
Packit Service c3aa71
it under the terms of the GNU General Public License as published by
Packit Service c3aa71
the Free Software Foundation, either version 3 of the License, or
Packit Service c3aa71
(at your option) any later version.
Packit Service c3aa71
Packit Service c3aa71
This program is distributed in the hope that it will be useful,
Packit Service c3aa71
but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service c3aa71
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service c3aa71
GNU General Public License for more details.
Packit Service c3aa71
Packit Service c3aa71
You should have received a copy of the GNU General Public License
Packit Service c3aa71
along with this program.  If not, see <http://www.gnu.org/licenses/>.