diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-03-30 09:56:07 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-03-30 09:56:07 +0000 |
commit | 68cf7ef0e80c31fbe977f1aa3be601482440684e (patch) | |
tree | 9c060708c59f8bf78c7fb0c0701bcd2c99fd80df /vim | |
parent | e7401b812d3b8d10aa8ac367567d309de86af083 (diff) |
* buildscripts/lilypond-words.py (F):
* elisp/SConscript (a):
* elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
* vim/SConscript (a):
* vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/GNUmakefile | 2 | ||||
-rw-r--r-- | vim/SConscript | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vim/GNUmakefile b/vim/GNUmakefile index 33402fc846..c33f0b02de 100644 --- a/vim/GNUmakefile +++ b/vim/GNUmakefile @@ -10,7 +10,7 @@ LILYPOND_WORDS = $(outdir)/lilypond-words $(outdir)/lilypond-words.vim LILYPOND_WORDS_DEPENDS =\ $(topdir)/lily/lily-lexer.cc \ $(buildscript-dir)/lilypond-words.py \ - $(topdir)/scm/new-markup.scm \ + $(topdir)/scm/markup.scm \ $(topdir)/ly/engraver-init.ly STEPMAKE_TEMPLATES=install-out diff --git a/vim/SConscript b/vim/SConscript index 9b3fc62e11..6896a7b6f6 100644 --- a/vim/SConscript +++ b/vim/SConscript @@ -8,7 +8,7 @@ a = '$PYTHON $srcdir/buildscripts/lilypond-words.py --words --vim --dir=${TARGET e.Command ('lilypond-words.vim', ['#/lily/lily-lexer.cc', '#/buildscripts/lilypond-words.py', - '#/scm/new-markup.scm', + '#/scm/markup.scm', '#/ly/engraver-init.ly',], a) |