Avoid hard-coding the list of README.* files

Branches: main
Estimated hours taken: 0.25

bindist/Mmakefile:
	Avoid hard-coding the list of README.* files
	(which was out-of-date).
This commit is contained in:
Fergus Henderson
2002-10-16 06:03:15 +00:00
parent 63378db019
commit 50edc423b9

View File

@@ -1,5 +1,5 @@
#---------------------------------------------------------------------------#
# Copyright (C) 1996-2001 The University of Melbourne.
# Copyright (C) 1996-2002 The University of Melbourne.
# This file may only be copied under the terms of the GNU General
# Public License - see the file COPYING in the Mercury distribution.
#---------------------------------------------------------------------------#
@@ -26,12 +26,7 @@ UTILS = $(INSTALL_PREFIX)/bin/mkinit$(EXT_FOR_EXE) \
README_ETC = ../COPYING ../COPYING.LIB ../HISTORY ../LIMITATIONS \
../NEWS ../RELEASE_NOTES ../BUGS ../WORK_IN_PROGRESS \
../VERSION ../README.AIX ../README.BSDI ../README.FreeBSD \
../README.HPUX ../README.IRIX-5 ../README.Linux \
../README.Linux-Alpha ../README.Linux-PPC \
../README.Linux-m68k ../README.MS-VisualC \
../README.MS-Windows ../README.OSF1 ../README.Solaris \
../README.DotNet
../VERSION ../README.*
SCRIPT_FILES = ../scripts/*.in ../scripts/*.sh-subr \
../scripts/Mmake.rules \