diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-15 22:39:38 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-15 22:39:38 +0000 |
commit | f2243a550259c561406b5f6d5cec4c6cd6d55299 (patch) | |
tree | 1756ef84b148b302bf8a3fe0b9ce6c983b445935 /chapter05/tcl-inst.xml | |
parent | 8f752242daade0f5a6ef94e7bcf7b7f082f2837e (diff) |
Mixed modifications.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tcl-inst.xml')
-rw-r--r-- | chapter05/tcl-inst.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index b6deaa66f..d64f16992 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -45,16 +45,16 @@ throughout the book.</para> <screen><userinput>make install</userinput></screen> -<para>Make a necessary symbolic link:</para> - -<screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen> - <!-- HACK - Force some whitespace to appease tidy --> <literallayout></literallayout> -<caution><para>Do not remove the +<important><para><emphasis>Do not remove</emphasis> the <filename>tcl&tcl-version;</filename> source directory yet, as the next package -will need its internal headers.</para></caution> +will need its internal headers.</para></important> + +<para>Make a necessary symbolic link:</para> + +<screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen> <!-- HACK - Force some whitespace to appease tidy --> <literallayout></literallayout> |