Ignore:
Timestamp:
03/12/2019 09:18:14 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
81676876
Parents:
5a18fa4
Message:

Revise text in giflib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/giflib.xml

    r5a18fa4 r0d27bb9  
    8484
    8585<screen role="root"><userinput>make PREFIX=/usr install &amp;&amp;
    86 rm -vf /usr/lib/libgif.a</userinput></screen>
    87 
     86rm -vf /usr/lib/libgif.a &amp;&amp;
     87
     88find doc \( -name Makefile\* -o -name \*.1 \
     89         -o -name \*.xml \) -exec rm -v {} \; &amp;&amp;
     90
     91install -v -dm755 /usr/share/doc/giflib-&giflib-version; &amp;&amp;
     92cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen>
     93<!--
    8894    <para>If <xref linkend="xmlto"/> is installed, then the API documentation
    8995    has been built.  If you wish to install the distributed and the just built
    9096    documentations, issue, as the
    9197    <systemitem class="username">root</systemitem> user:</para>
    92 
    93 <screen role="root"><userinput>find doc \( -name Makefile\* -o -name \*.1 \
    94          -o -name \*.xml \) -exec rm -v {} \; &amp;&amp;
    95 
    96 install -v -dm755 /usr/share/doc/giflib-&giflib-version; &amp;&amp;
    97 cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen>
    98 
     98-->
    9999  </sect2>
    100100
Note: See TracChangeset for help on using the changeset viewer.