Marked the optional dependencies in the DocBook-utils instructions as run-time only

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5363 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-12-07 10:00:08 +00:00
parent 09a5a3fb1b
commit 738c5f8c57

View File

@ -9,7 +9,7 @@
<!ENTITY docbook-utils-md5sum "6b41b18c365c01f225bc417cf632d81c">
<!ENTITY docbook-utils-size "124 KB">
<!ENTITY docbook-utils-buildsize "1.44 MB">
<!ENTITY docbook-utils-time ".03 SBU">
<!ENTITY docbook-utils-time "less than 0.1 SBU">
]>
<sect1 id="docbook-utils" xreflabel="DocBook-utils-&docbook-utils-version;">
@ -66,7 +66,7 @@
<xref linkend="docbook-dsssl"/> and
<xref linkend="sgml-dtd-3"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<bridgehead renderas="sect4">Optional (Runtime Dependencies Only)</bridgehead>
<para><xref linkend="jadetex"/> (for conversion to DVI, PS and PDF),
<xref linkend="perl-sgmlspm"/> (for conversion to man and texinfo), and
<xref linkend="lynx"/> or <xref linkend="Links"/> or <xref linkend="w3m"/>
@ -77,6 +77,9 @@
<sect2 role="installation">
<title>Installation of DocBook-utils</title>
<!-- This shouldn't be required any longer as the OpenSP catalog stuff
was removed from BLFS two revisions ago.
<note>
<para>Earlier versions of the BLFS <application>OpenSP</application>
instructions installed a catalog containing an SGMLDECL
@ -100,6 +103,8 @@
</note>
-->
<para>Install <application>DocBook-utils</application> by running the
following commands:</para>
@ -107,6 +112,8 @@
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>