Changeset e41e360


Ignore:
Timestamp:
04/19/2007 11:17:33 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
f5a29d4
Parents:
63bb3941
Message:

Updated to Doxygen-1.5.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r63bb3941 re41e360  
    44-->
    55
    6 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     6<!ENTITY day          "20">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    185185<!-- Chapter 12 -->
    186186<!ENTITY dejagnu-version              "1.4.4">
    187 <!ENTITY doxygen-version              "1.4.6">
     187<!ENTITY doxygen-version              "1.5.2">
    188188<!ENTITY expect-version               "5.43.0">
    189189<!ENTITY gc-version                   "6.8">
  • general/prog/doxygen.xml

    r63bb3941 re41e360  
    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        "ebf11130bec7987e9b69b1e0301d151a">
    10   <!ENTITY doxygen-size          "2.8 MB">
    11   <!ENTITY doxygen-buildsize     "48.4 MB">
    12   <!ENTITY doxygen-time          "1.5 SBU">
     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)">
    1313]>
    1414
     
    7373    <bridgehead renderas="sect4">Optional</bridgehead>
    7474    <para role="optional"><xref linkend="qt"/>,
     75    <xref linkend="graphviz"/>,
     76    <xref linkend="python"/>,
    7577    <xref linkend="tetex"/>,
    76     <xref linkend="python"/>,
    77     <xref linkend="espgs"/> or <xref linkend="gs"/>, and
    78     <xref linkend="graphviz"/></para>
     78    <xref linkend="espgs"/> or <xref linkend="gs"/></para>
    7979
    8080    <para condition="html" role="usernotes">User Notes:
     
    8989    commands:</para>
    9090
    91 <screen><userinput>rm src/unistd.h &amp;&amp;
    92 ./configure --prefix /usr --docdir /usr/share/doc &amp;&amp;
     91<screen><userinput>./configure --prefix /usr \
     92            --docdir /usr/share/doc &amp;&amp;
    9393make</userinput></screen>
    9494
     
    112112  <sect2 role="commands">
    113113    <title>Command Explanations</title>
    114 
    115     <para><command>rm src/unistd.h</command>: There is a bug in
    116     <application>Flex</application>-&lfs-flex-version; which causes
    117     <command>make</command> to use this file instead of the system
    118     installed version. Removing this file allows the GUI front-end to build
    119     successfully. This command is not required if you don't pass the
    120     <option>--with-doxywizard</option> parameter (but won't affect the build
    121     otherwise).</para>
    122114
    123115    <para><option>--with-doxywizard</option>: Use this parameter if
  • introduction/welcome/changelog.xml

    r63bb3941 re41e360  
    4343
    4444    <listitem>
     45      <para>April 20th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Doxygen-1.5.2.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 19th, 2007</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.