]> git.donarmstrong.com Git - lilypond.git/blobdiff - elisp/GNUmakefile
(string->entities): Update.
[lilypond.git] / elisp / GNUmakefile
index 09e23a203ddb228e85f8a6ff206071b2defc36e4..8de1d552da83fcb87c6fe9aa2d4c520e8647aa41 100644 (file)
@@ -6,20 +6,20 @@ INSTALLATION_DIR=$(elispdir)
 INSTALLATION_FILES=$(EL_FILES)
 
 INSTALLATION_OUT_DIR=$(elispdir)
-INSTALLATION_OUT_FILES=$(outdir)/lilypond.words.el
+INSTALLATION_OUT_FILES=$(outdir)/lilypond-words.el
 
 STEPMAKE_TEMPLATES=elisp install install-out
 
 include $(depth)/make/stepmake.make 
 
-LILYPOND_WORDS = $(outdir)/lilypond.words.el $(outdir)/lilypond.words.vim
+LILYPOND_WORDS = $(outdir)/lilypond-words.el
 LILYPOND_WORDS_DEPENDS =\
-  $(topdir)/lily/my-lily-lexer.cc \
-  $(buildscript-dir)/lilypond.words.py \
+  $(topdir)/lily/lily-lexer.cc \
+  $(buildscript-dir)/lilypond-words.py \
   $(topdir)/scm/new-markup.scm \
   $(topdir)/ly/engraver-init.ly
 
 $(LILYPOND_WORDS): 
-       cd $(topdir) && $(PYTHON) buildscripts/lilypond.words.py $(builddir)/elisp/$(outconfbase)
+       cd $(topdir) && $(PYTHON) buildscripts/lilypond-words.py --el --dir=$(builddir)/elisp/$(outconfbase)
 
 all: $(LILYPOND_WORDS)