summaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2005-03-30 09:56:07 +0000
committerJan Nieuwenhuizen <janneke@gnu.org>2005-03-30 09:56:07 +0000
commit68cf7ef0e80c31fbe977f1aa3be601482440684e (patch)
tree9c060708c59f8bf78c7fb0c0701bcd2c99fd80df /elisp
parente7401b812d3b8d10aa8ac367567d309de86af083 (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 'elisp')
-rw-r--r--elisp/GNUmakefile2
-rw-r--r--elisp/SConscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/elisp/GNUmakefile b/elisp/GNUmakefile
index 8de1d552da..97558ad019 100644
--- a/elisp/GNUmakefile
+++ b/elisp/GNUmakefile
@@ -16,7 +16,7 @@ LILYPOND_WORDS = $(outdir)/lilypond-words.el
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
$(LILYPOND_WORDS):
diff --git a/elisp/SConscript b/elisp/SConscript
index 950f34530a..380490c08b 100644
--- a/elisp/SConscript
+++ b/elisp/SConscript
@@ -8,7 +8,7 @@ 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/new-markup.scm',
+ '#/scm/markup.scm',
'#/ly/engraver-init.ly',],
a)