X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=elisp%2FGNUmakefile;h=0eab184cd0d74f0012dfce2808441b71831154a2;hb=445a429716d4a19b8437ec70597851d8ca60ee05;hp=8a0344f73b5ce4c1a9da1878ba258dfee557b505;hpb=5e738a5fbbccd3b1cf56976f103633109d584d3c;p=lilypond.git diff --git a/elisp/GNUmakefile b/elisp/GNUmakefile index 8a0344f73b..0eab184cd0 100644 --- a/elisp/GNUmakefile +++ b/elisp/GNUmakefile @@ -1,25 +1,26 @@ depth = .. -elispdir = $(datadir)/emacs/site-lisp +# elispdir defined in config.make 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 +EXTRA_DIST_FILES= emacsclient.patch server.el.patch -include $(depth)/make/stepmake.make +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)/scm/new-markup.scm \ - $(topdir)/ly/engraver-init.ly + $(top-src-dir)/lily/lily-lexer.cc \ + $(buildscript-dir)/lilypond-words.py \ + $(top-src-dir)/scm/markup.scm \ + $(top-src-dir)/ly/engraver-init.ly -$(LILYPOND_WORDS): - cd $(topdir) && $(PYTHON) buildscripts/lilypond.words.py $(builddir)/elisp/$(outconfbase) +$(LILYPOND_WORDS): + cd $(top-src-dir) && $(PYTHON) buildscripts/lilypond-words.py --el --dir=$(top-build-dir)/elisp/$(outconfbase) all: $(LILYPOND_WORDS)