Updated to Doxygen-1.4.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3763 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-04-20 19:54:55 +00:00
parent 2bd903be5b
commit 44edf8700f
3 changed files with 15 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "19">
<!ENTITY day "20">
<!ENTITY month "04">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
@ -130,7 +130,7 @@
<!-- Chapter 12 -->
<!ENTITY dejagnu-version "1.4.4">
<!ENTITY doxygen-version "1.4.1">
<!ENTITY doxygen-version "1.4.2">
<!ENTITY expect-version "5.43.0">
<!ENTITY gcc-version "3.4.3">
<!ENTITY gcc3-version "3.3.4">

View File

@ -6,9 +6,9 @@
<!ENTITY doxygen-download-http " ">
<!ENTITY doxygen-download-ftp "ftp://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz">
<!ENTITY doxygen-md5sum "b0ea863bb3ccc757264f784a36519ddb">
<!ENTITY doxygen-size "2.7 MB">
<!ENTITY doxygen-buildsize "39.7 MB (additional 8.5 MB to build and install docs and <command>doxywizard</command>)">
<!ENTITY doxygen-md5sum "5e0b6c8854c87e06aaca78c81c5236ec">
<!ENTITY doxygen-size "2.8 MB">
<!ENTITY doxygen-buildsize "39.7 MB (additional 10.5 MB to build and install docs and <command>doxywizard</command>)">
<!ENTITY doxygen-time "1.26 SBU (additional 0.50 SBU to build docs and <command>doxywizard</command>)">
]>
@ -83,9 +83,11 @@ make</command></userinput></screen>
<screen><userinput role='root'><command>make install</command></userinput></screen>
<para>If you wish to generate and install the package documentation, ensure
the Python, TeX and Graphviz packages are installed, then substitute the
following commands for the <command>make install</command> command above:</para>
<para>If you wish to generate and install the package documentation (which
includes the man pages), ensure the <application>Python</application>,
<application>TeX</application> and <application>GraphViz</application>
packages are installed, then substitute the following commands for the
<command>make install</command> command above:</para>
<screen><userinput role='root'><command>make docs &amp;&amp;
make pdf &amp;&amp;
@ -109,7 +111,7 @@ allows the <acronym>GUI</acronym> front-end to build successfully.</para>
<application>Qt</application> is installed and you wish to build the
<acronym>GUI</acronym> front-end.</para>
<para><command>make docs</command>: This command builds the
<para><command>make docs</command>: This command builds the man pages and
<acronym>HTML</acronym> documentation.</para>
<para><command>make pdf</command>: This command builds a

View File

@ -22,8 +22,11 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>April 20th, 2005 [randy]: Updated to
Doxygen-1.4.2.</para></listitem>
<listitem><para>April 19th, 2005 [randy]: Updated to
NAS-1.7</para></listitem>
NAS-1.7.</para></listitem>
<listitem><para>April 19th, 2005 [bdubbs]: Updated to qt-3.3.4; fixed
some configuration problems with build method 1.</para></listitem>