3 Import ('env', 'install', 'src_glob')
4 sources = src_glob ('*.el') + ['lilypond-words.el']
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',
12 '#/ly/engraver-init.ly',],
15 install (sources, env['sharedir_package_version'] + '/elisp')