diff options
author | John Mandereau <john.mandereau@gmail.com> | 2009-01-05 03:32:44 +0100 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2009-01-05 03:32:44 +0100 |
commit | 24cd9ffc8b5a4ea03a29414eb7ae038a2d568d45 (patch) | |
tree | 5372d4682054a2f3fea1549fd36f42fd075cd6a0 /elisp | |
parent | 543171165412bc915d8ea1f308d070c74924b2f1 (diff) |
Remove SCons traces because of unmaintained state
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/SConscript | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/elisp/SConscript b/elisp/SConscript deleted file mode 100644 index 380490c08b..0000000000 --- a/elisp/SConscript +++ /dev/null @@ -1,15 +0,0 @@ -# -*-python-*- - -Import ('env', 'install', 'src_glob') -sources = src_glob ('*.el') + ['lilypond-words.el'] - -e = env.Copy () -a = '$PYTHON $srcdir/buildscripts/lilypond-words.py --el --dir=${TARGET.dir}' -e.Command ('lilypond-words.el', - ['#/lily/lily-lexer.cc', - '#/buildscripts/lilypond-words.py', - '#/scm/markup.scm', - '#/ly/engraver-init.ly',], - a) - -install (sources, env['sharedir_package_version'] + '/elisp') |