X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=elisp%2FGNUmakefile;h=b7308e2040d8a333974b92a629bb82238343ceb8;hb=255d19c2edfe2ec4dc648b582a96e6fcb0039197;hp=efb2026eab2abad084052174b0f88d90e9766fa4;hpb=078703a6ab29f75983a55ac2cc35fe5f315da574;p=lilypond.git diff --git a/elisp/GNUmakefile b/elisp/GNUmakefile index efb2026eab..b7308e2040 100644 --- a/elisp/GNUmakefile +++ b/elisp/GNUmakefile @@ -10,16 +10,19 @@ INSTALLATION_OUT_FILES=$(outdir)/lilypond-words.el STEPMAKE_TEMPLATES=elisp install install-out -include $(depth)/make/stepmake.make +include $(depth)/make/stepmake.make LILYPOND_WORDS = $(outdir)/lilypond-words.el LILYPOND_WORDS_DEPENDS =\ $(top-src-dir)/lily/lily-lexer.cc \ - $(buildscript-dir)/lilypond-words.py \ + $(buildscript-dir)/lilypond-words \ $(top-src-dir)/scm/markup.scm \ $(top-src-dir)/ly/engraver-init.ly -$(LILYPOND_WORDS): - cd $(top-src-dir) && $(PYTHON) buildscripts/lilypond-words.py --el --dir=$(top-build-dir)/elisp/$(outconfbase) +$(buildscript-dir)/lilypond-words: + make -C $(depth)/scripts/build + +$(LILYPOND_WORDS): + cd $(top-src-dir) && $(buildscript-dir)/lilypond-words --el --dir=$(top-build-dir)/elisp/$(outconfbase) all: $(LILYPOND_WORDS)