Ignore:
Timestamp:
09/23/2016 04:15:38 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
802de072
Parents:
c52d5a5
Message:

Update to AccountsService-0.6.43
Update to totem-pl-parser-3.10.7
Fixed the documentation directory in libsigc++
Dependency, text, installed files, and typo fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/rest.xml

    rc52d5a5 r9a363500  
    8888    <bridgehead renderas="sect4">Optional</bridgehead>
    8989    <para role="optional">
    90       <xref linkend="gtk-doc"/>
     90      <xref linkend="gtk-doc"/> and
     91      <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>
    9192    </para>
    9293
     
    104105    </para>
    105106
    106 <screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     107<screen><userinput>sed -i "/seems to be moved/s/^/#/" build/ltmain.sh &amp;&amp;
    107108./configure --prefix=/usr &amp;&amp;
    108109make</userinput></screen>
    109110
    110111    <para>
    111       To test the results, issue: <command>make check</command>. Note that one
    112       test fails for unknown reasons.
     112      To test the results, issue: <command>make check</command>.
    113113    </para>
    114114
     
    125125
    126126    <para>
    127       <command>sed -i ... ltmain.sh</command>: This sed silences several
     127      <command>sed -i ... build/ltmain.sh</command>: This sed silences several
    128128      useless and annoying warnings generated by libtool.
    129129    </para>
    130130   
     131    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     132    href="../../xincludes/gtk-doc-rebuild.xml"/>
     133
    131134  </sect2>
    132135
Note: See TracChangeset for help on using the changeset viewer.