mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-13 23:49:15 +08:00
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.
This commit is contained in:
parent
e403b61c16
commit
b4ce81fd25
@ -115,6 +115,7 @@ make</userinput></screen>
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>make install &&
|
<screen role="root"><userinput>make install &&
|
||||||
|
rm -fv /usr/lib/libtidy.a &&
|
||||||
install -v -m755 tab2space /usr/bin</userinput></screen>
|
install -v -m755 tab2space /usr/bin</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
@ -169,7 +170,7 @@ install -v -m755 tab2space /usr/bin</userinput></screen>
|
|||||||
<segtitle>Installed Directory</segtitle>
|
<segtitle>Installed Directory</segtitle>
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>tab2space and tidy</seg>
|
<seg>tab2space and tidy</seg>
|
||||||
<seg>libtidy.so and libtidys.a</seg>
|
<seg>libtidy.so</seg>
|
||||||
<seg>/usr/share/doc/tidy-&tidy-html5-version;</seg>
|
<seg>/usr/share/doc/tidy-&tidy-html5-version;</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
@ -205,7 +206,7 @@ install -v -m755 tab2space /usr/bin</userinput></screen>
|
|||||||
|
|
||||||
<varlistentry id="libtidy">
|
<varlistentry id="libtidy">
|
||||||
<term>
|
<term>
|
||||||
<filename class="libraryfile">libtidy.so and libtidys.a</filename>
|
<filename class="libraryfile">libtidy.so</filename>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user