1112 cfg['ericStylesDir'], cfg['ericDocDir'], |
1112 cfg['ericStylesDir'], cfg['ericDocDir'], |
1113 cfg['ericExamplesDir'], cfg['ericTranslationsDir'], |
1113 cfg['ericExamplesDir'], cfg['ericTranslationsDir'], |
1114 cfg['ericTemplatesDir'], |
1114 cfg['ericTemplatesDir'], |
1115 cfg['ericCodeTemplatesDir'], cfg['ericOthersDir'], |
1115 cfg['ericCodeTemplatesDir'], cfg['ericOthersDir'], |
1116 cfg['bindir'], cfg['mdir'], |
1116 cfg['bindir'], cfg['mdir'], |
1117 cfg['apidir'], apis, |
1117 cfg['apidir'], sorted(apis), |
1118 macAppBundlePath, macAppBundleName, |
1118 macAppBundlePath, macAppBundleName, |
1119 ) |
1119 ) |
1120 copyToFile(fn, config) |
1120 copyToFile(fn, config) |
1121 |
1121 |
1122 |
1122 |