Ignore:
Timestamp:
04/09/2006 12:58:45 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
e77976f
Parents:
7a1d446f
Message:

Updated to Doxygen-1.4.63

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/doxygen.xml

    r7a1d446f r76e4c4f  
    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        "6319afd44c47a4bcf49658c995322f0e">
     9  <!ENTITY doxygen-md5sum        "ebf11130bec7987e9b69b1e0301d151a">
    1010  <!ENTITY doxygen-size          "2.8 MB">
    11   <!ENTITY doxygen-buildsize     "44.1 MB (additional 4.3 MB to install docs)">
    12   <!ENTITY doxygen-time          "1.4 SBU">
     11  <!ENTITY doxygen-buildsize     "48.4 MB">
     12  <!ENTITY doxygen-time          "1.5 SBU">
    1313]>
    1414
     
    108108<screen role="root"><userinput>make install_docs</userinput></screen>
    109109
    110 <!--
    111     <tip>
    112       <para>If you don't have <application>TeX</application> installed but
    113       wish to generate and install the HTML documentation (very good docs),
    114       issue the following commands:</para>
    115 
    116 <screen><userinput>make docs</userinput></screen>
    117 
    118       <para>Now, as the <systemitem class="username">root</systemitem>
    119       user:</para>
    120 
    121 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/doxygen &amp;&amp;
    122 cp -v -R examples html /usr/share/doc/doxygen</userinput></screen>
    123 
    124     </tip>
    125 -->
    126 
    127110  </sect2>
    128111
     
    131114
    132115    <para><command>rm src/unistd.h</command>: There is a bug in
    133     <application>Flex</application>-2.5.31 which causes
     116    <application>Flex</application>-&lfs-flex-version; which causes
    134117    <command>make</command> to use this file instead of the system
    135118    installed version. Removing this file allows the GUI front-end to build
Note: See TracChangeset for help on using the changeset viewer.