From 21ba4e3570c1c2524b0733d492ced9634b259353 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 9 Oct 2003 23:22:07 +0000 Subject: Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of with (and of course the matching closing tags). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl-inst.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter05/tcl-inst.xml') diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index bba3f152b..5d93829ee 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -10,18 +10,18 @@ to know that our most important tools are working properly. Prepare Tcl to be compiled: -cd unix -./configure --prefix=/tools +cd unix +./configure --prefix=/tools Build the package: -make +make This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so: -TZ=UTC make test +TZ=UTC make test The meaning of the make option: @@ -40,10 +40,10 @@ throughout the book. Install the package: -make install +make install Make a necessary symbolic link: -ln -s tclsh8.4 /tools/bin/tclsh +ln -s tclsh8.4 /tools/bin/tclsh Do not remove the tcl&tcl-version; source directory yet, as the next package -- cgit v1.2.3-54-g00ecf