STXInstaller.st
changeset 12 6cb00d713d4d
parent 11 9bc23682b68c
child 13 d889323fd944
--- 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:[