From 06e7b3611839ab0051fb09e6ae1abc3dfad1ca4e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 14 Sep 2021 10:06:10 -0500 Subject: 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. --- chapter08/tcl.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'chapter08') 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 ln -sfv tclsh&tcl-major-version; /usr/bin/tclsh - Finally, rename a man page that conflicts with a Perl man page: + Rename a man page that conflicts with a Perl man page: mv /usr/share/man/man3/{Thread,Tcl_Thread}.3 + If you downloaded the optional documentation, install it by issuing + the following commands: + + mkdir -v -p /usr/share/doc/tcl-&tcl-version; +cp -v -r ../html/* /usr/share/doc/tcl-&tcl-version; + -- cgit v1.2.3-54-g00ecf