summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorJohn Mandereau <john.mandereau@gmail.com>2009-01-05 03:32:44 +0100
committerJohn Mandereau <john.mandereau@gmail.com>2009-01-05 03:32:44 +0100
commit24cd9ffc8b5a4ea03a29414eb7ae038a2d568d45 (patch)
tree5372d4682054a2f3fea1549fd36f42fd075cd6a0 /vim
parent543171165412bc915d8ea1f308d070c74924b2f1 (diff)
Remove SCons traces because of unmaintained state
Diffstat (limited to 'vim')
-rw-r--r--vim/SConscript15
1 files changed, 0 insertions, 15 deletions
diff --git a/vim/SConscript b/vim/SConscript
deleted file mode 100644
index 6896a7b6f6..0000000000
--- a/vim/SConscript
+++ /dev/null
@@ -1,15 +0,0 @@
-# -*-python-*-
-
-Import ('env', 'install', 'src_glob')
-sources = src_glob ('*.vim') + ['lilypond-words.vim']
-
-e = env.Copy ()
-a = '$PYTHON $srcdir/buildscripts/lilypond-words.py --words --vim --dir=${TARGET.dir}'
-e.Command ('lilypond-words.vim',
- ['#/lily/lily-lexer.cc',
- '#/buildscripts/lilypond-words.py',
- '#/scm/markup.scm',
- '#/ly/engraver-init.ly',],
- a)
-
-install (sources, env['sharedir_package_version'] + '/vim')