Changeset b8c2185f


Ignore:
Timestamp:
08/08/2005 06:10:08 AM (19 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:
575b4a3f
Parents:
b658536
Message:

Added documentation installation to the expat instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb658536 rb8c2185f  
    1 <!ENTITY day          "07">
     1<!ENTITY day          "08">
    22<!ENTITY month        "08">
    33<!ENTITY year         "2005">
  • general/genlib/expat.xml

    rb658536 rb8c2185f  
    99  <!ENTITY expat-md5sum "aff487543845a82fe262e6e2922b4c8e">
    1010  <!ENTITY expat-size "314 KB">
    11   <!ENTITY expat-buildsize "4.2 MB">
    12   <!ENTITY expat-time "0.08 SBU">
     11  <!ENTITY expat-buildsize "4.5 MB">
     12  <!ENTITY expat-time "0.1 SBU">
    1313]>
    1414
     
    7676    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7777
    78 <screen role="root"><userinput>make install</userinput></screen>
     78<screen role="root"><userinput>make install &amp;&amp;
     79install -v -m755 -d /usr/share/doc/expat-&expat-version; &amp;&amp;
     80install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen>
    7981
    8082  </sect2>
  • introduction/welcome/changelog.xml

    rb658536 rb8c2185f  
    2626
    2727    <listitem>
     28      <para>August 8th, 2005 [randy]: Added documentation installation to
     29      the expat instructions.</para>
     30    </listitem>
     31
     32    <listitem>
    2833      <para>August 7th, 2005 [randy]: Removed building the MPFR library
    2934      from the GMP instructions.</para>
Note: See TracChangeset for help on using the changeset viewer.