]> git.donarmstrong.com Git - lilypond.git/blob - elisp/SConscript
380490c08b26828c19bc921719c39a9095576bc8
[lilypond.git] / elisp / SConscript
1 # -*-python-*-
2
3 Import ('env', 'install', 'src_glob')
4 sources = src_glob ('*.el') + ['lilypond-words.el']
5
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)
14
15 install (sources, env['sharedir_package_version'] + '/elisp')