Author: bdubbs Date: 2009-01-10 00:05:50 -0700 (Sat, 10 Jan 2009) New Revision: 7724
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/doxygen.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to doxygen-1.5.8. Modified: trunk/BOOK/general/prog/doxygen.xml =================================================================== --- trunk/BOOK/general/prog/doxygen.xml 2009-01-07 07:48:56 UTC (rev 7723) +++ trunk/BOOK/general/prog/doxygen.xml 2009-01-10 07:05:50 UTC (rev 7724) @@ -6,10 +6,10 @@ <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz"> <!ENTITY doxygen-download-ftp "ftp://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz"> - <!ENTITY doxygen-md5sum "f2782e5bd31a7d10b092500bf0d96ae2"> - <!ENTITY doxygen-size "3.5 MB"> - <!ENTITY doxygen-buildsize "56 MB"> - <!ENTITY doxygen-time "1.7 SBU (includes building the GUI frontend)"> + <!ENTITY doxygen-md5sum "7438b7ff875d522f02860eea39261953"> + <!ENTITY doxygen-size "3.9 MB"> + <!ENTITY doxygen-buildsize "44 MB"> + <!ENTITY doxygen-time "1.6 SBU (includes building the GUI frontend)"> ]> <sect1 id="doxygen" xreflabel="Doxygen-&doxygen-version;"> @@ -71,7 +71,7 @@ <bridgehead renderas="sect3">Doxygen Dependencies</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="qt"/>, + <para role="optional"><xref linkend="qt4"/> (for doxywizard), <xref linkend="graphviz"/>, <xref linkend="python"/>, <xref linkend="tetex"/>, @@ -85,6 +85,11 @@ <sect2 role="installation"> <title>Installation of Doxygen</title> + <note><para>If you have both <xref linkend='qt'/> and <xref linkend='qt4'/> + installed, be sure to set the environment variable QTDIR to point to the + <application>Qt4</application> top level directory if you add the + <option>--with-doxywizard</option> option.</para></note> + <para>Install <application>Doxygen</application> by running the following commands:</para> @@ -113,7 +118,7 @@ <title>Command Explanations</title> <para><option>--with-doxywizard</option>: Use this parameter if - <application>Qt</application> is installed and you wish to build the + <application>Qt4</application> is installed and you wish to build the GUI front-end.</para> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-01-07 07:48:56 UTC (rev 7723) +++ trunk/BOOK/general.ent 2009-01-10 07:05:50 UTC (rev 7724) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "07"> <!-- Always 2 digits --> +<!ENTITY day "10"> <!-- Always 2 digits --> <!ENTITY month "01"> <!-- Always 2 digits --> <!ENTITY year "2009"> <!ENTITY copyrightdate "2001-&year;"> @@ -207,7 +207,7 @@ <!-- Chapter 12 --> <!ENTITY dejagnu-version "1.4.4"> -<!ENTITY doxygen-version "1.5.2"> +<!ENTITY doxygen-version "1.5.8"> <!ENTITY expect-version "5.43.0"> <!ENTITY gc-version "6.8"> <!ENTITY gcc-version "4.1.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-01-07 07:48:56 UTC (rev 7723) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-01-10 07:05:50 UTC (rev 7724) @@ -41,6 +41,15 @@ --> <listitem> + <para>January 10th, 2009</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Updated to doxygen-1.5.8.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>January 7th, 2009</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
