From: Peter Eisentraut Date: Wed, 22 Mar 2017 02:09:40 +0000 (-0400) Subject: doc: Update tool sets documentation for modern FreeBSD X-Git-Tag: REL_10_BETA1~567 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9212810c4f4a596fc398644e96925a8a0f0332e8;p=thirdparty%2Fpostgresql.git doc: Update tool sets documentation for modern FreeBSD For several operating systems, we give handy package manager one-liners to install all the requirements for building our documentation. All current production FreeBSD releases have a friendly new package manager a bit like apt/yum, so give a one line command here. Also, add a brief note about gmake vs make in the doc subdirectory. Author: Thomas Munro --- diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 48828aff37e..57b67137b15 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -254,6 +254,19 @@ yum install docbook-dtds docbook-style-dsssl docbook-style-xsl libxslt openjade also be of interest. + + 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