Changeset 716db1f for chapter08/tcl.xml


Ignore:
Timestamp:
09/20/2021 07:37:34 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
60870bc
Parents:
e680022 (diff), 7e62bbc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/tcl.xml

    re680022 r716db1f  
    5252
    5353<!--    <para>Note that the Tcl package used here is a minimal version needed
    54     to run the LFS tests.  For the full package, see the 
     54    to run the LFS tests.  For the full package, see the
    5555    <ulink url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>.</para>-->
    5656
     
    141141<screen><userinput remap="install">ln -sfv tclsh&tcl-major-version; /usr/bin/tclsh</userinput></screen>
    142142
    143     <para>Finally, rename a man page that conflicts with a Perl man page:</para>
     143    <para>Rename a man page that conflicts with a Perl man page:</para>
    144144
    145145    <screen><userinput remap="install">mv /usr/share/man/man3/{Thread,Tcl_Thread}.3</userinput></screen>
     146
     147    <para>If you downloaded the optional documentation, install it by issuing
     148    the following commands:</para>
     149
     150 <screen><userinput remap="install">mkdir -v -p /usr/share/doc/tcl-&tcl-version;
     151cp -v -r  ../html/* /usr/share/doc/tcl-&tcl-version;</userinput></screen>
    146152
    147153  </sect2>
     
    156162      <seglistitem>
    157163        <seg>
    158           tclsh (link to tclsh&tcl-major-version;) and 
     164          tclsh (link to tclsh&tcl-major-version;) and
    159165          tclsh&tcl-major-version;
    160166        </seg>
    161167        <seg>
    162           libtcl&tcl-major-version;.so and 
     168          libtcl&tcl-major-version;.so and
    163169          libtclstub&tcl-major-version;.a
    164170        </seg>
Note: See TracChangeset for help on using the changeset viewer.