diff options
Diffstat (limited to 'chapter08/tcl.xml')
-rw-r--r-- | chapter08/tcl.xml | 8 |
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"> |