diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 48828af..57b6713 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -255,6 +255,19 @@ yum install docbook-dtds docbook-style-dsssl docbook-style-xsl libxslt openjade + To install the required packages with pkg, use: + +pkg install docbook-sgml docbook-xml docbook-xsl dsssl-docbook-modular libxslt openjade + + + + + When building the documentation from the doc + directory you'll need to use gmake, because the + makefile provided is not suitable for FreeBSD's make. + + + More information about the FreeBSD documentation tools can be found in the FreeBSD Documentation Project's instructions.