diff -r ee75546c6820 -r e00cdf43c001 STXInstaller.st --- a/STXInstaller.st Tue Oct 23 12:01:51 2001 +0200 +++ b/STXInstaller.st Tue Oct 23 14:57:01 2001 +0200 @@ -922,6 +922,7 @@ |cmd msg| OperatingSystem isUNIXlike ifFalse:[ ^ self ]. + installWhat == #full ifTrue:[^ self]. installDocFiles ifTrue:[ msg := (resources array:#('ST/X Installation' '' 'removing useless makefiles in doc' '' '' '')) asStringCollection. @@ -1490,6 +1491,7 @@ textView := HVScrollableView for:TextCollector in:v. textView origin:0.0@0.0 corner:1.0@1.0. textView bottomInset:30. + textView lineLimit:6000. commandTraceView := textView scrolledView. installWhat == #full ifTrue:[