install.py

changeset 3724
0848df91249f
parent 3714
4080395e3426
child 3751
3b5476d5420c
equal deleted inserted replaced
3723:7a3cd80289e2 3724:0848df91249f
562 sourceDir, cfg['ericDir'], ['*.rb'], 562 sourceDir, cfg['ericDir'], ['*.rb'],
563 ['{1}{0}Examples'.format(os.sep, sourceDir)]) 563 ['{1}{0}Examples'.format(os.sep, sourceDir)])
564 copyTree( 564 copyTree(
565 '{1}{0}Plugins'.format(os.sep, sourceDir), 565 '{1}{0}Plugins'.format(os.sep, sourceDir),
566 '{0}{1}Plugins'.format(cfg['ericDir'], os.sep), 566 '{0}{1}Plugins'.format(cfg['ericDir'], os.sep),
567 ['*.png', '*.style']) 567 ['*.png', '*.style', '*.tmpl'])
568 copyTree( 568 copyTree(
569 '{1}{0}Documentation'.format(os.sep, sourceDir), cfg['ericDocDir'], 569 '{1}{0}Documentation'.format(os.sep, sourceDir), cfg['ericDocDir'],
570 ['*.html', '*.qch']) 570 ['*.html', '*.qch'])
571 copyTree( 571 copyTree(
572 '{1}{0}DTDs'.format(os.sep, sourceDir), cfg['ericDTDDir'], 572 '{1}{0}DTDs'.format(os.sep, sourceDir), cfg['ericDTDDir'],

eric ide

mercurial