]> git.donarmstrong.com Git - lilypond.git/blob - vim/SConscript
Clean up buildscripts
[lilypond.git] / vim / SConscript
1 # -*-python-*-
2
3 Import ('env', 'install', 'src_glob')
4 sources = src_glob ('*.vim') + ['lilypond-words.vim']
5
6 e = env.Copy ()
7 a = '$PYTHON $srcdir/buildscripts/lilypond-words.py --words --vim --dir=${TARGET.dir}'
8 e.Command ('lilypond-words.vim',
9            ['#/lily/lily-lexer.cc',
10             '#/buildscripts/lilypond-words.py',
11             '#/scm/markup.scm',
12             '#/ly/engraver-init.ly',],
13            a)
14
15 install (sources, env['sharedir_package_version'] + '/vim')