[m-rev.] diff: fix bindist README.* bug

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Oct 16 16:02:52 AEST 2002


Branches: main
Estimated hours taken: 0.25

bindist/Mmakefile:
	Avoid hard-coding the list of README.* files
	(which was out-of-date).

Workspace: /home/ceres/fjh/mercury
Index: bindist/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/bindist/Mmakefile,v
retrieving revision 1.31
diff -u -d -r1.31 Mmakefile
--- bindist/Mmakefile	8 Apr 2002 03:07:34 -0000	1.31
+++ bindist/Mmakefile	16 Oct 2002 00:58:23 -0000
@@ -26,12 +26,7 @@
 
 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 \

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list