13
0

install single color theme file during waf install

This commit is contained in:
Paul Davis 2014-12-08 22:18:50 -05:00
parent b7c5f27b14
commit 1648b94905

View File

@ -663,6 +663,8 @@ def build(bld):
# Default UI configuration
bld.install_files(bld.env['CONFDIR'], 'default_ui_config')
# Color Themes
bld.install_files(bld.env['CONFDIR'], 'dark.colors')
# Default export stuff
bld.install_files(os.path.join(bld.env['CONFDIR'],' export'), bld.path.ant_glob('export/*.format'))