Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9212810

Browse files
committed
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 <thomas.munro@enterprisedb.com>
1 parent 8027556 commit 9212810

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/src/sgml/docguide.sgml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,19 @@ yum install docbook-dtds docbook-style-dsssl docbook-style-xsl libxslt openjade
254254
also be of interest.
255255
</para>
256256

257+
<para>
258+
To install the required packages with <command>pkg</command>, use:
259+
<programlisting>
260+
pkg install docbook-sgml docbook-xml docbook-xsl dsssl-docbook-modular libxslt openjade
261+
</programlisting>
262+
</para>
263+
264+
<para>
265+
When building the documentation from the <filename>doc</filename>
266+
directory you'll need to use <command>gmake</command>, because the
267+
makefile provided is not suitable for FreeBSD's <command>make</command>.
268+
</para>
269+
257270
<para>
258271
More information about the FreeBSD documentation tools can be
259272
found in the <ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/tools.html">

0 commit comments

Comments
 (0)