From: simonmar Date: Tue, 20 Mar 2001 12:09:55 +0000 (+0000) Subject: [project @ 2001-03-20 12:09:55 by simonmar] X-Git-Tag: Approximately_9120_patches~2365 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7d385ef5e38dab735ea2e14f2f30c9bb86f10e25;p=ghc-hetmet.git [project @ 2001-03-20 12:09:55 by simonmar] add note about installing DocBook toolchain on FreeBSD --- 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