Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9212810

Browse files
committed
doc: Update tool sets documentation for modern FreeBSD
For several operating systems, we give handy package manager one-linersto install all the requirements for building our documentation. Allcurrent production FreeBSD releases have a friendly new package managera bit like apt/yum, so give a one line command here. Also, add a briefnote about gmake vs make in the doc subdirectory.Author: Thomas Munro <thomas.munro@enterprisedb.com>
1 parent8027556 commit9212810

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)

[8]ページ先頭

©2009-2025 Movatter.jp