Added Python as an optional dependency of Doxygen

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6040 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-05-10 13:11:06 +00:00
parent ccb2449fdd
commit 6e5f13bdf4

View File

@ -77,6 +77,7 @@
<bridgehead renderas="sect4">Optional</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="qt"/>, <para role="optional"><xref linkend="qt"/>,
<xref linkend="tex"/>, <xref linkend="tex"/>,
<xref linkend="python"/>,
<xref linkend="espgs"/> or <xref linkend="gs"/>, and <xref linkend="espgs"/> or <xref linkend="gs"/>, and
<xref linkend="graphviz"/></para> <xref linkend="graphviz"/></para>
@ -103,9 +104,9 @@ make</userinput></screen>
<para>If you wish to generate and install the package documentation <para>If you wish to generate and install the package documentation
(note that man pages have already been installed), you must have (note that man pages have already been installed), you must have
<application>TeX</application> (for HTML docs) and <application>Python</application>, <application>TeX</application> (for
<application>Ghostscript</application> (for PDF docs) installed, then HTML docs) and <application>Ghostscript</application> (for PDF docs)
issue the following command as the installed, then issue the following command as the
<systemitem class="username">root</systemitem> user:</para> <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install_docs</userinput></screen> <screen role="root"><userinput>make install_docs</userinput></screen>