From 3e27303f227e92154009805bdb8e230383bc6c55 Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 7 Sep 2000 11:22:28 +0000 Subject: [PATCH] [project @ 2000-09-07 11:22:28 by rrt] Added note on how to fix RedHat 6.2 DocBook installation. --- ghc/docs/users_guide/installing.sgml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/ghc/docs/users_guide/installing.sgml b/ghc/docs/users_guide/installing.sgml index fa3c6cf..fd27c7f 100644 --- a/ghc/docs/users_guide/installing.sgml +++ b/ghc/docs/users_guide/installing.sgml @@ -834,9 +834,12 @@ OK, assuming that worked, you're all set. Go forth and write useful Haskell programs :-) If not, consult the installation FAQ (); if that still doesn't help then please report the problems you're experiencing (see ). - -Further information on using GHC under Windows can be found in Sigbjørn Finne's pages. Note: ignore the installation instructions, which are rather out of date; the Miscellaneous section at the bottom of the page is of most interest, covering topics beyond the scope of this manual. - + Further information on using GHC under Windows can be found in Sigbjørn Finne's +pages. Note: ignore the installation instructions, which are rather +out of date; the Miscellaneous section at the bottom of +the page is of most interest, covering topics beyond the scope of this +manual. @@ -1027,8 +1030,7 @@ Instructions on installing and configuring the DocBook tools follow. Installing the DocBook tools from RPMs - -If you're using a system that can handle RedHat RPM packages, you can + If you're using a system that can handle RedHat RPM packages, you can probably use the Cygnus DocBook tools, which is the most shrink-wrapped SGML suite that we could @@ -1037,8 +1039,11 @@ find. You need all the RPMs except for psgml (i.e. jadetex, sgmlcommon and stylesheets). Note that most of these RPMs are architecture neutral, so are likely to be found in a -noarch directory. The SuSE RPMs also work; the RedHat ones don't at the moment. - +noarch directory. The SuSE RPMs also work; the RedHat +ones don't at the moment, but they are easy to fix: +just make a symlink from +/usr/lib/sgml/stylesheets/nwalsh-modular/lib/dblib.dsl to +/usr/lib/sgml/lib/dblib.dsl. -- 1.7.10.4