[[project @ 2001-03-20 12:09:55 by simonmar] simonmar**20010320120955 add note about installing DocBook toolchain on FreeBSD ] { hunk ./ghc/docs/users_guide/installing.sgml 925 + + 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. + }