Changeset d4c8dce4 for chapter08/tcl.xml


Ignore:
Timestamp:
09/15/2021 07:24:40 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
9af096e
Parents:
df1207e (diff), 06e7b361 (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 branch 'trunk' into plabs/condxml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/tcl.xml

    rdf1207e rd4c8dce4  
    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.