From 7d385ef5e38dab735ea2e14f2f30c9bb86f10e25 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 20 Mar 2001 12:09:55 +0000 Subject: [PATCH] [project @ 2001-03-20 12:09:55 by simonmar] add note about installing DocBook toolchain on FreeBSD --- ghc/docs/users_guide/installing.sgml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ghc/docs/users_guide/installing.sgml b/ghc/docs/users_guide/installing.sgml index b37f9a1..5267e20 100644 --- a/ghc/docs/users_guide/installing.sgml +++ b/ghc/docs/users_guide/installing.sgml @@ -922,6 +922,23 @@ to /usr/lib/sgml/lib/dblib.dsl. + + Installing DocBook on FreeBSD + + On FreeBSD systems, the easiest way to get DocBook up and + running is to install it from the ports tree or a pre-compiled + package (packages are available from your local FreeBSD mirror + site). + + To use the ports tree, do this: + + $ cd /usr/ports/textproc/docproj + $ make install + + This installs the FreeBSD documentation project tools, which + includes everything needed to format the GHC + documentation. + Installing from binaries on Windows -- 1.7.10.4