From 2b607706706614ffdab57a962031e5053f128403 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 24 May 2000 12:53:22 +0000 Subject: [PATCH] [project @ 2000-05-24 12:53:21 by rrt] Lots of ids added so that all HTML pages generated have sensible names. Various other little tidies up. Please merge. --- ghc/docs/users_guide/installing.sgml | 12 ++++++++---- ghc/docs/users_guide/parallel.sgml | 2 +- ghc/docs/users_guide/using.sgml | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ghc/docs/users_guide/installing.sgml b/ghc/docs/users_guide/installing.sgml index 5954d8e..0028005 100644 --- a/ghc/docs/users_guide/installing.sgml +++ b/ghc/docs/users_guide/installing.sgml @@ -28,7 +28,7 @@ so binary distributions allow you to install them without having a Haskell compi Binary distributions come in “bundles,” one bundle per file called -<bundle>-<platform>.tar.gz. (See the building guide () for the definition of a platform.) Suppose that you untar a binary-distribution bundle, thus: +<bundle>-<platform>.tar.gz. (See the building guide for the definition of a platform.) Suppose that you untar a binary-distribution bundle, thus: @@ -354,7 +354,7 @@ stuff in your bin directory. option, so you can see exactly what pathnames it's using. If things don't work as expected, check the list of known pitfalls in -the building guide (. +the building guide. @@ -502,7 +502,7 @@ with a binary distribution, or in source form in -Installing on Windows +Installing on Windows Getting the Glasgow Haskell Compiler (GHC) to run on Windows platforms can @@ -916,6 +916,8 @@ work with symlinks. + + @@ -1071,6 +1073,8 @@ notes as a guide. You should get version work, as it needs version 3.0. You should unpack Jade into \Jade, along with the entities, DocBook into \docbook, and the DocBook stylesheets into \docbook\stylesheets (so they actually end up in \docbook\stylesheets\docbook). + + Installing the DocBook tools from source @@ -1092,7 +1096,7 @@ make it, ensuring that you have first removed or renamed your old copy. If you start getting file not found errors when making the test for hyperref, you can abort at that point and proceed straight to make install, or enter them as -../filename.) +../filename.) diff --git a/ghc/docs/users_guide/parallel.sgml b/ghc/docs/users_guide/parallel.sgml index ef90b8c..ae13a00 100644 --- a/ghc/docs/users_guide/parallel.sgml +++ b/ghc/docs/users_guide/parallel.sgml @@ -151,7 +151,7 @@ you'd like to see this with your very own eyes, just run GHC with the - + Scheduling policy for concurrent/parallel threads <IndexTerm><Primary>Scheduling—concurrent/parallel</Primary></IndexTerm> <IndexTerm><Primary>Concurrent/parallel scheduling</Primary></IndexTerm> diff --git a/ghc/docs/users_guide/using.sgml b/ghc/docs/users_guide/using.sgml index 982eb16..cfce885 100644 --- a/ghc/docs/users_guide/using.sgml +++ b/ghc/docs/users_guide/using.sgml @@ -2254,7 +2254,7 @@ options the driver passes through to the linker. - + Using Concurrent Haskell @@ -2283,7 +2283,7 @@ LinkEnd="sec-Concurrent">. - + Using Parallel Haskell -- 1.7.10.4