[project @ 2001-03-20 12:09:55 by simonmar]
authorsimonmar <unknown>
Tue, 20 Mar 2001 12:09:55 +0000 (12:09 +0000)
committersimonmar <unknown>
Tue, 20 Mar 2001 12:09:55 +0000 (12:09 +0000)
add note about installing DocBook toolchain on FreeBSD

ghc/docs/users_guide/installing.sgml

index b37f9a1..5267e20 100644 (file)
@@ -922,6 +922,23 @@ to <Filename>/usr/lib/sgml/lib/dblib.dsl</Filename>. </Para>
 
 </Sect2>
 
+    <sect2>
+      <title>Installing DocBook on FreeBSD</title>
+
+      <para>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).</para>
+
+      <para>To use the ports tree, do this:
+<screen>
+      $ cd /usr/ports/textproc/docproj
+      $ make install
+</screen>
+      This installs the FreeBSD documentation project tools, which
+      includes everything needed to format the GHC
+      documentation.</para>
+    </sect2>
 
 <Sect2>
 <Title>Installing from binaries on Windows</Title>