mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +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>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
rm -fv /usr/lib/libtidy.a &&
|
||||
install -v -m755 tab2space /usr/bin</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
@ -169,7 +170,7 @@ install -v -m755 tab2space /usr/bin</userinput></screen>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
<seglistitem>
|
||||
<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>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -205,7 +206,7 @@ install -v -m755 tab2space /usr/bin</userinput></screen>
|
||||
|
||||
<varlistentry id="libtidy">
|
||||
<term>
|
||||
<filename class="libraryfile">libtidy.so and libtidys.a</filename>
|
||||
<filename class="libraryfile">libtidy.so</filename>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user