diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2006-02-04 21:53:18 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2006-02-04 21:53:18 +0000 |
commit | 52c8e6abea26fa63f995556fc6555e3895c215e9 (patch) | |
tree | 2510894bf073d33efdce2ef8917ed2b1b8522051 /elisp | |
parent | f302b742f6ed9ffb37abf9162618596782c3a5d6 (diff) |
*** empty log message ***
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elisp/GNUmakefile b/elisp/GNUmakefile index efb2026eab..a92370d521 100644 --- a/elisp/GNUmakefile +++ b/elisp/GNUmakefile @@ -10,7 +10,7 @@ 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 =\ @@ -19,7 +19,7 @@ LILYPOND_WORDS_DEPENDS =\ $(top-src-dir)/scm/markup.scm \ $(top-src-dir)/ly/engraver-init.ly -$(LILYPOND_WORDS): +$(LILYPOND_WORDS): cd $(top-src-dir) && $(PYTHON) buildscripts/lilypond-words.py --el --dir=$(top-build-dir)/elisp/$(outconfbase) all: $(LILYPOND_WORDS) |