install.py

changeset 6939
af0ca76e26fd
parent 6906
a34f0dc442a1
equal deleted inserted replaced
6937:25317a7b5d40 6939:af0ca76e26fd
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 ['*.svgz', '*.svg', '*.png', '*.style', '*.tmpl']) 857 ['*.svgz', '*.svg', '*.png', '*.style', '*.tmpl', '*.txt'])
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'],

eric ide

mercurial