Files
mercury/bindist
Julien Fischer 78abd839bc Fix the scripts that build and install the binary packages for Linux.
Estimated hours taken: 1
Branches: main, release

Fix the scripts that build and install the binary packages for Linux.  These
have been broken since the change that moved the executables, mercury_compile,
mercury_profile etc, into $(INSTALL_PREFIX)/bin.

bindist/Mmakefile:
	Tar up the bin directory of the installation we are building
	the binary package from since it now contains the executables.

	Conform to the current structure of the library installation
	hierarchy.

bindist/bindist.Mmakefile.in:
	Conform to the above changes when installing.
2006-04-26 05:43:41 +00:00
..

This directory contains files used to create a binary distribution of
Mercury.  Files that will be incorporated in the binary distribution
start with `bindist.'.  The other files (this README, and the Mmake file)
are only used to build the distribution.

To build a binary distribution, first build and install the compiler
from the source distribution (see the instructions in ../INSTALL).
Then just do an `mmake bindist'.