Mention eps2png in the list of required tools.
Submitted by: Steve Wills <steve@stevenwills.com>
This commit is contained in:
parent
6887d21569
commit
2f60365a4f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9669
1 changed files with 18 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/tools/chapter.sgml,v 1.11 2001/03/13 23:11:25 dd Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/tools/chapter.sgml,v 1.12 2001/04/01 01:19:33 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="tools">
|
||||
|
@ -46,7 +46,7 @@
|
|||
any of the examples in later chapters. The actual usage of these
|
||||
tools is covered in later chapters.</para>
|
||||
|
||||
<important>
|
||||
<tip>
|
||||
<title>Use <filename>textproc/docproj</filename> if possible</title>
|
||||
|
||||
<para>You can save yourself a lot of time if you install the
|
||||
|
@ -73,7 +73,7 @@
|
|||
<screen>&prompt.root; <userinput>make JADETEX=no install</userinput></screen>
|
||||
|
||||
as necessary.</para>
|
||||
</important>
|
||||
</tip>
|
||||
|
||||
<sect1>
|
||||
<title>Mandatory tools</title>
|
||||
|
@ -81,9 +81,10 @@
|
|||
<sect2>
|
||||
<title>Software</title>
|
||||
|
||||
<para>These programs are required before you can usefully work with
|
||||
the FreeBSD documentation. They are all included in
|
||||
<filename>textproc/docproj</filename>.</para>
|
||||
<para>These programs are required before you can usefully work with the
|
||||
FreeBSD documentation, and they will allow you to convert the
|
||||
documentation to HTML, plain text, and RTF formats. They are all
|
||||
included in <filename>textproc/docproj</filename>.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
|
@ -126,6 +127,17 @@
|
|||
HTML files to plain text.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><application>eps2png</application>
|
||||
(<filename>graphics/eps2png</filename>)</term>
|
||||
|
||||
<listitem>
|
||||
<para>Some of the documentation includes images, some of which are
|
||||
stored as EPS files. These must be converted to PNG before most
|
||||
web browsers will display them.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue