Changeset 3a0d3cf8 for general/genlib


Ignore:
Timestamp:
03/24/2005 08:01:57 PM (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.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:
19bf3801
Parents:
ea97e13
Message:

Updated build entities and added indexing tags to expat and FreeType

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/expat.xml

    rea97e13 r3a0d3cf8  
    1010<!ENTITY expat-size "314 KB">
    1111<!ENTITY expat-buildsize "4.2 MB">
    12 <!ENTITY expat-time "0.11 SBU">
     12<!ENTITY expat-time "0.08 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="expat.html"?>
    2121<title>expat-&expat-version;</title>
     22<indexterm zone="expat">
     23<primary sortas="a-Expat">Expat</primary></indexterm>
    2224
    2325<sect2>
     
    5658
    5759<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    58 make &amp;&amp;
    59 make install</command></userinput></screen>
     60make</command></userinput></screen>
     61
     62<para>Now, as the root user:</para>
     63
     64<screen><userinput role='root'><command>make install</command></userinput></screen>
    6065
    6166</sect2>
     
    6469<title>Contents</title>
    6570
    66 <para>The <application>expat</application> package contains the
    67 <filename>libexpat</filename> libraries and
    68 <command>xmlwf</command>.</para>
     71<segmentedlist>
     72<segtitle>Installed Program</segtitle>
     73<segtitle>Installed Library</segtitle>
     74<segtitle>Installed Directories</segtitle>
    6975
    70 </sect2>
     76<seglistitem>
     77<seg>xmlwf</seg>
     78<seg>libexpat.[so,a]</seg>
     79<seg>None</seg>
     80</seglistitem>
     81</segmentedlist>
    7182
    72 <sect2><title>Description</title>
     83<variablelist>
     84<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     85<?dbfo list-presentation="list"?>
    7386
    74 <sect3><title>xmlwf</title>
    75 <para><command>xmlwf</command> is a non-validating utility to check whether or
    76 not <acronym>XML</acronym> documents are well formed.</para></sect3>
     87<varlistentry id="xmlwf">
     88<term><command>xmlwf</command></term>
     89<listitem><para>is a non-validating utility to check whether or not
     90<acronym>XML</acronym> documents are well formed.</para>
     91<indexterm zone="expat xmlwf">
     92<primary sortas="b-xmlwf">xmlwf</primary>
     93</indexterm></listitem>
     94</varlistentry>
     95
     96<varlistentry id="libexpat">
     97<term><filename class='libraryfile'>libexpat.[so,a]</filename></term>
     98<listitem><para>contains <acronym>API</acronym> functions for parsing
     99<acronym>XML</acronym>.</para>
     100<indexterm zone="expat libexpat">
     101<primary sortas="c-libexpat">libexpat.[so,a]</primary>
     102</indexterm></listitem>
     103</varlistentry>
     104</variablelist>
    77105
    78106</sect2>
Note: See TracChangeset for help on using the changeset viewer.