From 68cf7ef0e80c31fbe977f1aa3be601482440684e Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 30 Mar 2005 09:56:07 +0000 Subject: * buildscripts/lilypond-words.py (F): * elisp/SConscript (a): * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS): * vim/SConscript (a): * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update. --- vim/GNUmakefile | 2 +- vim/SConscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') 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) -- cgit v1.2.3