Changeset 56e902b


Ignore:
Timestamp:
01/10/2009 07:05:50 AM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9336284
Parents:
9430c7e8
Message:

Updated to doxygen-1.5.8.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7724 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9430c7e8 r56e902b  
    44-->
    55
    6 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     6<!ENTITY day          "10">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    208208<!-- Chapter 12 -->
    209209<!ENTITY dejagnu-version              "1.4.4">
    210 <!ENTITY doxygen-version              "1.5.2">
     210<!ENTITY doxygen-version              "1.5.8">
    211211<!ENTITY expect-version               "5.43.0">
    212212<!ENTITY gc-version                   "6.8">
  • general/prog/doxygen.xml

    r9430c7e8 r56e902b  
    77  <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz">
    88  <!ENTITY doxygen-download-ftp  "ftp://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz">
    9   <!ENTITY doxygen-md5sum        "f2782e5bd31a7d10b092500bf0d96ae2">
    10   <!ENTITY doxygen-size          "3.5 MB">
    11   <!ENTITY doxygen-buildsize     "56 MB">
    12   <!ENTITY doxygen-time          "1.7 SBU (includes building the GUI frontend)">
     9  <!ENTITY doxygen-md5sum        "7438b7ff875d522f02860eea39261953">
     10  <!ENTITY doxygen-size          "3.9 MB">
     11  <!ENTITY doxygen-buildsize     "44 MB">
     12  <!ENTITY doxygen-time          "1.6 SBU (includes building the GUI frontend)">
    1313]>
    1414
     
    7272
    7373    <bridgehead renderas="sect4">Optional</bridgehead>
    74     <para role="optional"><xref linkend="qt"/>,
     74    <para role="optional"><xref linkend="qt4"/> (for doxywizard),
    7575    <xref linkend="graphviz"/>,
    7676    <xref linkend="python"/>,
     
    8585  <sect2 role="installation">
    8686    <title>Installation of Doxygen</title>
     87
     88    <note><para>If you have both <xref linkend='qt'/> and <xref linkend='qt4'/>
     89    installed, be sure to set the environment variable QTDIR to point to the
     90    <application>Qt4</application> top level directory if you add the
     91    <option>--with-doxywizard</option> option.</para></note>
    8792
    8893    <para>Install <application>Doxygen</application> by running the following
     
    114119
    115120    <para><option>--with-doxywizard</option>: Use this parameter if
    116     <application>Qt</application> is installed and you wish to build the
     121    <application>Qt4</application> is installed and you wish to build the
    117122    GUI front-end.</para>
    118123
  • introduction/welcome/changelog.xml

    r9430c7e8 r56e902b  
    4242-->
    4343    <listitem>
     44      <para>January 10th, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[bdubbs] - Updated to doxygen-1.5.8.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>January 7th, 2009</para>
    4554      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.