[m-rev.] trivial diff: fix typo on web page
Mark Brown
mark at cs.mu.OZ.AU
Mon Jun 6 13:18:08 AEST 2005
Hi,
This fixes a typo pointed out by Rafiq. (Thanks Rafiq!)
Cheers,
Mark.
Estimated hours taken: 0.1
download/include/release.inc:
Fix a typo in the installation instructions.
Index: download/include/release.inc
===================================================================
RCS file: /home/mercury1/repository/w3/download/include/release.inc,v
retrieving revision 1.33
diff -u -r1.33 release.inc
--- download/include/release.inc 1 Nov 2003 11:39:58 -0000 1.33
+++ download/include/release.inc 6 Jun 2005 03:03:12 -0000
@@ -253,7 +253,7 @@
<? links_to_file("beta-releases/0.11.0/mercury-0.11.0.i686-pc-cygwin.tar.gz", "no"); ?> <br>
To install, open a Cygwin bash shell, and type in the commands
"tar zxf mercury-0.11.0.i686-pc-cygwin.tar.gz",
- "cd mercury-0.11.0-i686-pc-cygwin",
+ "cd mercury-0.11.0.i686-pc-cygwin",
"CC=gcc sh configure",
and then "make install.<br>
<strong> You need to invoke configure with "CC=gcc sh configure".</strong>
--------------------------------------------------------------------------
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