diff -r 8c5195f9508a -r b3a8378dd626 STXInstaller.st --- a/STXInstaller.st Wed Oct 09 18:35:28 1996 +0200 +++ b/STXInstaller.st Tue Nov 12 18:30:40 1996 +0100 @@ -9,7 +9,7 @@ ! -!STXInstaller class methodsFor:'startup'! +!STXInstaller class methodsFor:'startup'! open ^ self new open @@ -361,6 +361,7 @@ msg := (resources array:#('ST/X Installation' '' 'creating symbolic links' '' '' '')) asStringCollection. + commandTraceView showCR:(resources string:'setting up symbolic links in doc/online ...'). OperatingSystem executeCommand:('cd ' , stxLibDir , '/doc/online ; make links'). ^ true @@ -736,7 +737,7 @@ "Modified: 18.7.1996 / 22:10:42 / cg" ! ! -!STXInstaller class methodsFor:'documentation'! +!STXInstaller class methodsFor:'documentation'! version ^ '$Header$'