diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml index f95e396f1..e54a5b484 100644 --- a/chapter05/expect-inst.xml +++ b/chapter05/expect-inst.xml @@ -39,7 +39,14 @@ following command will do so: And install: -make install +make SCRIPTS="" install + +The meaning of the make option: + + +SCRIPTS="": This prevents installation of +the supplementary expect scripts which are not needed. + You can now remove the source directories of both Tcl and Expect.