# HG changeset patch # User Claus Gittinger # Date 842380763 -7200 # Node ID 6cb00d713d4d7bf9508f9b1663a40fc5266392de # Parent 9bc23682b68cf96449ebd3c9593d7342d9c05fb8 LICENSE texts must always be installed diff -r 9bc23682b68c -r 6cb00d713d4d STXInstaller.st --- a/STXInstaller.st Tue Sep 10 18:23:54 1996 +0200 +++ b/STXInstaller.st Tue Sep 10 20:39:23 1996 +0200 @@ -78,6 +78,9 @@ dirsToMake add:stxLibDir. dirsToMake add:(stxLibDir asFilename constructString:'lib'). dirsToMake add:(stxLibDir asFilename constructString:'doc'). + dirsToMake add:(stxLibDir asFilename constructString:'doc/online'). + dirsToMake add:(stxLibDir asFilename constructString:'doc/online/english'). + dirsToMake add:(stxLibDir asFilename constructString:'doc/online/german'). dirsToMake add:(stxLibDir asFilename constructString:'include'). dirsToMake add:(stxLibDir asFilename constructString:'resources'). dirsToMake add:(stxLibDir asFilename constructString:'binary'). @@ -91,14 +94,16 @@ |fileSpec| fileSpec := #( - "/ name destination subDir required mode - ( 'projects/smalltalk/smalltalk' #bin nil true '755' ) - ( 'projects/smalltalk/include' #lib nil true '644' ) - ( 'projects/smalltalk/*.rc' #lib nil true '644' ) - ( 'projects/smalltalk/patches' #lib nil true '644' ) - ( 'projects/smalltalk/bitmaps' #lib nil true '644' ) - ( 'projects/smalltalk/resources' #lib nil true '644' ) - ( 'projects/smalltalk/lib' #lib nil true '644' ) + "/ name destination subDir required mode + ( 'projects/smalltalk/smalltalk' #bin nil true '755' ) + ( 'projects/smalltalk/include' #lib nil true '644' ) + ( 'projects/smalltalk/*.rc' #lib nil true '644' ) + ( 'projects/smalltalk/patches' #lib nil true '644' ) + ( 'projects/smalltalk/bitmaps' #lib nil true '644' ) + ( 'projects/smalltalk/resources' #lib nil true '644' ) + ( 'projects/smalltalk/lib' #lib nil true '644' ) + ( 'doc/online/german/LICENSE.STX.html' #lib 'doc/online/german' true '644' ) + ( 'doc/online/english/LICENSE.STX.html' #lib 'doc/online/english' true '644' ) ). installDocFiles ifTrue:[