Changeset 583156ac for chapter08/tcl.xml


Ignore:
Timestamp:
02/09/2023 02:15:02 AM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
c6550e1, d8cc389
Parents:
ce536f9
Message:

Combine tcl documentation instructions together.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/tcl.xml

    rce536f9 r583156ac  
    5050    excessive, but it is very reassuring, if not essential, to know that the
    5151    most important tools are working properly.</para>
    52 
    53 <!--    <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
    55     <ulink url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>.</para>-->
    56 
    57     <para>First, unpack the documentation by issuing the following command:</para>
    58 
    59 <screen><userinput remap="pre">tar -xf ../tcl&tcl-version;-html.tar.gz --strip-components=1</userinput></screen>
    6052
    6153    <para>Prepare Tcl for compilation:</para>
     
    118110    <screen><userinput remap="install">mv /usr/share/man/man3/{Thread,Tcl_Thread}.3</userinput></screen>
    119111
    120     <para>If you downloaded the optional documentation, install it by issuing
     112    <para>Optionally, install the documentation by issuing
    121113    the following commands:</para>
    122114
    123  <screen><userinput remap="install">mkdir -v -p /usr/share/doc/tcl-&tcl-version;
    124 cp -v -r  ../html/* /usr/share/doc/tcl-&tcl-version;</userinput></screen>
     115<screen><userinput remap="install">cd ..
     116tar -xf ../tcl&tcl-version;-html.tar.gz --strip-components=1
     117mkdir -v -p /usr/share/doc/tcl-&tcl-version;
     118cp -v -r  ./html/* /usr/share/doc/tcl-&tcl-version;</userinput></screen>
    125119
    126120  </sect2>
Note: See TracChangeset for help on using the changeset viewer.