aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-09-14 10:06:10 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-09-14 10:06:10 -0500
commit06e7b3611839ab0051fb09e6ae1abc3dfad1ca4e (patch)
tree00ca08ef28b2da16b987173f5854bd493b99531d /chapter08
parent365b8c74b15c60c0ff2cee52f9b3cef62ed19df0 (diff)
Package updates.
Ensure tcl documentation install instructions are present. Update to Python3-3.9.7. Update to linux-5.14.3. Update to libcap-2.57. Update to iproute2-5.14.0. Update to inetutils-2.2. Update to gzip-1.11. Update to gdbm-1.21. Update to bison-3.8.1. Update to bc-5.0.2.
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/tcl.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml
index 3776739c4..facdfd518 100644
--- a/chapter08/tcl.xml
+++ b/chapter08/tcl.xml
@@ -140,10 +140,16 @@ unset SRCDIR</userinput></screen>
<screen><userinput remap="install">ln -sfv tclsh&tcl-major-version; /usr/bin/tclsh</userinput></screen>
- <para>Finally, rename a man page that conflicts with a Perl man page:</para>
+ <para>Rename a man page that conflicts with a Perl man page:</para>
<screen><userinput remap="install">mv /usr/share/man/man3/{Thread,Tcl_Thread}.3</userinput></screen>
+ <para>If you downloaded the optional documentation, install it by issuing
+ the following commands:</para>
+
+ <screen><userinput remap="install">mkdir -v -p /usr/share/doc/tcl-&tcl-version;
+cp -v -r ../html/* /usr/share/doc/tcl-&tcl-version;</userinput></screen>
+
</sect2>
<sect2 id="contents-tcl" role="content">