From: simonpj Date: Mon, 16 Jul 2001 13:31:29 +0000 (+0000) Subject: [project @ 2001-07-16 13:31:29 by simonpj] X-Git-Tag: Approximately_9120_patches~1536 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=20e64e5fe020e14e3274e3423bb90aa0f77866df;p=ghc-hetmet.git [project @ 2001-07-16 13:31:29 by simonpj] Wibbles --- diff --git a/ghc/docs/users_guide/installing.sgml b/ghc/docs/users_guide/installing.sgml index 62840c5..72e5411 100644 --- a/ghc/docs/users_guide/installing.sgml +++ b/ghc/docs/users_guide/installing.sgml @@ -257,7 +257,7 @@ you simply want to try out the package and/or you don't have the necessary privileges (or inclination) to properly install the tools locally. Note that if you do decide to install the package `properly' at a later date, you have to go through the installation steps that -follows. +follow. @@ -736,7 +736,7 @@ layout: extra-bin/ Support binaries unlit Remove literate markup - touch.exe [Win32 only] + touchy.exe [Win32 only] perl.exe [Win32 only] gcc.exe [Win32 only] @@ -758,7 +758,7 @@ layout: libmingw32.a Standard ..etc.. libraries - include/*.h Include files + *.h Include files imports/ GHC interface files std/*.hi 'std' library @@ -769,7 +769,7 @@ layout: StgMacros.h GHC-specific ..etc... header files - mingw/*.h Mingwin header files + mingw/*.h [Win32 only] Mingwin header files libHSrts.a GHC library archives libHSstd.a @@ -791,7 +791,8 @@ file which invokes ghc. The GHC executable is the Real Thing (no intervening shell scripts or .bat files). Reason: we sometimes invoke GHC with very long command lines, -and .bat truncate them. [We assume people won't invoke ghci with very long +and cmd.exe (which executes .bat files) +truncates them. [We assume people won't invoke ghci with very long command lines.] On Unix, the user-invokable ghc invokes $(libdir)/extra-bin/ghc, @@ -816,7 +817,8 @@ All gcc's support files are kept in $(libdir)/gc - Similarly, we distribute perl and touch + Similarly, we distribute perl and a touch +replacement (touchy.exe) with the Win32 distribution of GHC.