Fix InstrumentSwitch grob definition.
[lilypond.git] / vim / SConscript
blob6896a7b6f633b65933c364fee5f85f844a916e8b
1 # -*-python-*-
3 Import ('env', 'install', 'src_glob')
4 sources = src_glob ('*.vim') + ['lilypond-words.vim']
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)
15 install (sources, env['sharedir_package_version'] + '/vim')