Changeset b4ce81fd


Ignore:
Timestamp:
08/04/2021 02:12:05 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
df6f75d8
Parents:
e403b61
git-author:
Xi Ruoyao <xry111@…> (08/04/2021 08:51:13 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/04/2021 02:12:05 PM)
Message:

tidy: remove unneeded static library

"libtidy.a" (without "s") is not a typo: tidy has changed the name of
the static library since some time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/tidy-html5.xml

    re403b61 rb4ce81fd  
    116116
    117117<screen role="root"><userinput>make install &amp;&amp;
     118rm -fv /usr/lib/libtidy.a &amp;&amp;
    118119install -v -m755 tab2space /usr/bin</userinput></screen>
    119120
     
    170171    <seglistitem>
    171172    <seg>tab2space and tidy</seg>
    172     <seg>libtidy.so and libtidys.a</seg>
     173    <seg>libtidy.so</seg>
    173174    <seg>/usr/share/doc/tidy-&tidy-html5-version;</seg>
    174175    </seglistitem>
     
    206207      <varlistentry id="libtidy">
    207208        <term>
    208           <filename class="libraryfile">libtidy.so and libtidys.a</filename>
     209          <filename class="libraryfile">libtidy.so</filename>
    209210        </term>
    210211        <listitem>
Note: See TracChangeset for help on using the changeset viewer.