Author: randy Date: 2006-04-09 06:58:45 -0600 (Sun, 09 Apr 2006) New Revision: 5824
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/doxygen.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Doxygen-1.4.63 Modified: trunk/BOOK/general/prog/doxygen.xml =================================================================== --- trunk/BOOK/general/prog/doxygen.xml 2006-04-08 13:41:57 UTC (rev 5823) +++ trunk/BOOK/general/prog/doxygen.xml 2006-04-09 12:58:45 UTC (rev 5824) @@ -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 "6319afd44c47a4bcf49658c995322f0e"> + <!ENTITY doxygen-md5sum "ebf11130bec7987e9b69b1e0301d151a"> <!ENTITY doxygen-size "2.8 MB"> - <!ENTITY doxygen-buildsize "44.1 MB (additional 4.3 MB to install docs)"> - <!ENTITY doxygen-time "1.4 SBU"> + <!ENTITY doxygen-buildsize "48.4 MB"> + <!ENTITY doxygen-time "1.5 SBU"> ]> <sect1 id="doxygen" xreflabel="Doxygen-&doxygen-version;"> @@ -107,30 +107,13 @@ <screen role="root"><userinput>make install_docs</userinput></screen> -<!-- - <tip> - <para>If you don't have <application>TeX</application> installed but - wish to generate and install the HTML documentation (very good docs), - issue the following commands:</para> - -<screen><userinput>make docs</userinput></screen> - - <para>Now, as the <systemitem class="username">root</systemitem> - user:</para> - -<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/doxygen && -cp -v -R examples html /usr/share/doc/doxygen</userinput></screen> - - </tip> ---> - </sect2> <sect2 role="commands"> <title>Command Explanations</title> <para><command>rm src/unistd.h</command>: There is a bug in - <application>Flex</application>-2.5.31 which causes + <application>Flex</application>-&lfs-flex-version; which causes <command>make</command> to use this file instead of the system installed version. Removing this file allows the GUI front-end to build successfully. This command is not required if you don't pass the Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2006-04-08 13:41:57 UTC (rev 5823) +++ trunk/BOOK/general.ent 2006-04-09 12:58:45 UTC (rev 5824) @@ -1,4 +1,4 @@ -<!ENTITY day "08"> <!-- Always 2 digits --> +<!ENTITY day "09"> <!-- Always 2 digits --> <!ENTITY month "04"> <!-- Always 2 digits --> <!ENTITY year "2006"> <!ENTITY version "svn-&year;&month;&day;"> @@ -30,6 +30,7 @@ BDB library names. --> <!ENTITY lfs-bdb-version "4.4.20"> <!ENTITY lfs-coreutils-version "5.94"> +<!ENTITY lfs-flex-version "2.5.31"> <!ENTITY lfs-perl-version "5.8.8"> <!-- End LFS versions --> @@ -163,7 +164,7 @@ <!-- Chapter 12 --> <!ENTITY dejagnu-version "1.4.4"> -<!ENTITY doxygen-version "1.4.5"> +<!ENTITY doxygen-version "1.4.6"> <!ENTITY expect-version "5.43.0"> <!ENTITY gc-version "6.5"> <!ENTITY gcc-version "4.0.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-04-08 13:41:57 UTC (rev 5823) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-04-09 12:58:45 UTC (rev 5824) @@ -42,6 +42,15 @@ --> <listitem> + <para>April 9th, 2006</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to Doxygen-1.4.6.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>April 8th, 2006</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
