Changeset a91856d1 for general/genlib


Ignore:
Timestamp:
02/22/2016 10:56:24 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
9a3e4ba
Parents:
17d8bc7
Message:

Typo fixes
Tags
Changelog: fix dates for the year 2016.
Boost: Add recommended dependency which
ICU: Add optional dependency doxygen

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17001 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r17d8bc7 ra91856d1  
    3737    </para>
    3838
    39     &lfs78_checked;
     39    &lfs79_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7474
    7575    <bridgehead renderas="sect3">Boost Dependencies</bridgehead>
     76
     77    <bridgehead renderas="sect4">Recommended</bridgehead>
     78    <para role="recommended">
     79      <xref linkend="which"/>
     80    </para>
    7681
    7782    <bridgehead renderas="sect4">Optional</bridgehead>
     
    111116    <para>
    112117      To run the Boost.Build's regression test (<xref linkend="python2"/>
    113       required), issue <command>pushd tools/build/test; python test_all.py;
     118      is required), issue <command>pushd tools/build/test; python test_all.py;
    114119      popd</command>. One test out of 130 fails.
    115120    </para>
  • general/genlib/icu.xml

    r17d8bc7 ra91856d1  
    3939    </para>
    4040
    41     &lfs78_checked;
     41    &lfs79_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional">
    81       <xref linkend="llvm"/> (with Clang)
     81      <xref linkend="llvm"/> (with Clang), and
     82      <xref linkend="doxygen"/> (for documentation)
    8283    </para>
    8384
     
    232233        <listitem>
    233234          <para>
    234             compiles word list into ICU string trie dictionary.
     235            compiles word lists into ICU string trie dictionaries.
    235236          </para>
    236237          <indexterm zone="icu gendict">
     
    244245        <listitem>
    245246          <para>
    246             builds binary data file with Unicode normalization data.
     247            builds binary data files with Unicode normalization data.
    247248          </para>
    248249          <indexterm zone="icu gennorm2">
Note: See TracChangeset for help on using the changeset viewer.