* Documentation/user/tutorial.itely (Integrating text and music):
[lilypond.git] / elisp / GNUmakefile
blobb68847804c1862dadba09f33d42b10137b3db896
1 depth = ..
3 # elispdir defined in config.make
5 INSTALLATION_DIR=$(elispdir)
6 INSTALLATION_FILES=$(EL_FILES)
8 INSTALLATION_OUT_DIR=$(elispdir)
9 INSTALLATION_OUT_FILES=$(outdir)/lilypond-words.el
11 STEPMAKE_TEMPLATES=elisp install install-out
13 include $(depth)/make/stepmake.make
15 LILYPOND_WORDS = $(outdir)/lilypond-words.el
16 LILYPOND_WORDS_DEPENDS =\
17 $(topdir)/lily/my-lily-lexer.cc \
18 $(buildscript-dir)/lilypond-words.py \
19 $(topdir)/scm/new-markup.scm \
20 $(topdir)/ly/engraver-init.ly
22 $(LILYPOND_WORDS):
23 cd $(topdir) && $(PYTHON) buildscripts/lilypond-words.py --el --dir=$(builddir)/elisp/$(outconfbase)
25 all: $(LILYPOND_WORDS)