X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=elisp%2FGNUmakefile;h=b7308e2040d8a333974b92a629bb82238343ceb8;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=97558ad019db00be159a5b87e35cb0cafbe772c4;hpb=68cf7ef0e80c31fbe977f1aa3be601482440684e;p=lilypond.git diff --git a/elisp/GNUmakefile b/elisp/GNUmakefile index 97558ad019..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 =\ - $(topdir)/lily/lily-lexer.cc \ - $(buildscript-dir)/lilypond-words.py \ - $(topdir)/scm/markup.scm \ - $(topdir)/ly/engraver-init.ly + $(top-src-dir)/lily/lily-lexer.cc \ + $(buildscript-dir)/lilypond-words \ + $(top-src-dir)/scm/markup.scm \ + $(top-src-dir)/ly/engraver-init.ly -$(LILYPOND_WORDS): - cd $(topdir) && $(PYTHON) buildscripts/lilypond-words.py --el --dir=$(builddir)/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)