From: Ian Lynagh Date: Fri, 13 Jul 2007 22:12:58 +0000 (+0000) Subject: User guide tweaks X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=072d5f5b74dfeb22d0938fb7f17d93cdec1fd783 User guide tweaks --- diff --git a/docs/users_guide/installing.xml b/docs/users_guide/installing.xml index a586aab..146aed8 100644 --- a/docs/users_guide/installing.xml +++ b/docs/users_guide/installing.xml @@ -484,7 +484,7 @@ are annotated [Win32 only] and are commented below. $(libdir) also contains support binaries. These are not expected to be - on the user's PATH, but and are invoked + on the user's PATH, but are invoked directly by GHC. In the Makefile system, this directory is also called $(libexecdir), but you are not free to change it. It must @@ -507,11 +507,11 @@ with the Win32 distribution of GHC. The support programs ghc-split and ghc-asm are Perl scripts. The - first line says #!/bin/perl; on Unix, the + first line says #!/usr/bin/perl; on Unix, the script is indeed invoked as a shell script, which invokes Perl; on Windows, GHC invokes $(libdir)/perl.exe directly, which - treats the #!/bin/perl as a comment. + treats the #!/usr/bin/perl as a comment. Reason: on Windows we want to invoke the Perl distributed with GHC, rather than assume some installed one.