852 sourceDir, cfg['ericDir'], ['*.rb'], |
852 sourceDir, cfg['ericDir'], ['*.rb'], |
853 ['{1}{0}Examples'.format(os.sep, sourceDir)]) |
853 ['{1}{0}Examples'.format(os.sep, sourceDir)]) |
854 copyTree( |
854 copyTree( |
855 '{1}{0}Plugins'.format(os.sep, sourceDir), |
855 '{1}{0}Plugins'.format(os.sep, sourceDir), |
856 '{0}{1}Plugins'.format(cfg['ericDir'], os.sep), |
856 '{0}{1}Plugins'.format(cfg['ericDir'], os.sep), |
857 ['*.png', '*.style', '*.tmpl']) |
857 ['*.svgz', '*.svg', '*.png', '*.style', '*.tmpl']) |
858 copyTree( |
858 copyTree( |
859 '{1}{0}Documentation'.format(os.sep, sourceDir), cfg['ericDocDir'], |
859 '{1}{0}Documentation'.format(os.sep, sourceDir), cfg['ericDocDir'], |
860 ['*.html', '*.qch']) |
860 ['*.html', '*.qch']) |
861 copyTree( |
861 copyTree( |
862 '{1}{0}DTDs'.format(os.sep, sourceDir), cfg['ericDTDDir'], |
862 '{1}{0}DTDs'.format(os.sep, sourceDir), cfg['ericDTDDir'], |
873 copyTree( |
873 copyTree( |
874 '{1}{0}i18n'.format(os.sep, sourceDir), cfg['ericTranslationsDir'], |
874 '{1}{0}i18n'.format(os.sep, sourceDir), cfg['ericTranslationsDir'], |
875 ['*.qm']) |
875 ['*.qm']) |
876 copyTree( |
876 copyTree( |
877 '{1}{0}icons'.format(os.sep, sourceDir), cfg['ericIconDir'], |
877 '{1}{0}icons'.format(os.sep, sourceDir), cfg['ericIconDir'], |
878 ['*.png', 'LICENSE*.*', 'readme.txt']) |
878 ['*.svgz', '*.svg', '*.png', 'LICENSE*.*', 'readme.txt']) |
879 copyTree( |
879 copyTree( |
880 '{1}{0}pixmaps'.format(os.sep, sourceDir), cfg['ericPixDir'], |
880 '{1}{0}pixmaps'.format(os.sep, sourceDir), cfg['ericPixDir'], |
881 ['*.png', '*.xpm', '*.ico', '*.gif']) |
881 ['*.svgz', '*.svg', '*.png', '*.xpm', '*.ico', '*.gif']) |
882 copyTree( |
882 copyTree( |
883 '{1}{0}DesignerTemplates'.format(os.sep, sourceDir), |
883 '{1}{0}DesignerTemplates'.format(os.sep, sourceDir), |
884 cfg['ericTemplatesDir'], |
884 cfg['ericTemplatesDir'], |
885 ['*.tmpl']) |
885 ['*.tmpl']) |
886 copyTree( |
886 copyTree( |