Fix dimensions for several output variables
[lilypond.git] / elisp / SConscript
blob380490c08b26828c19bc921719c39a9095576bc8
1 # -*-python-*-
3 Import ('env', 'install', 'src_glob')
4 sources = src_glob ('*.el') + ['lilypond-words.el']
6 e = env.Copy ()
7 a = '$PYTHON $srcdir/buildscripts/lilypond-words.py --el --dir=${TARGET.dir}'
8 e.Command ('lilypond-words.el',
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'] + '/elisp')