]> git.donarmstrong.com Git - lilypond.git/blobdiff - elisp/GNUmakefile
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/lilypond
[lilypond.git] / elisp / GNUmakefile
index efb2026eab2abad084052174b0f88d90e9766fa4..0eab184cd0d74f0012dfce2808441b71831154a2 100644 (file)
@@ -9,8 +9,9 @@ INSTALLATION_OUT_DIR=$(elispdir)
 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
 LILYPOND_WORDS_DEPENDS =\
@@ -19,7 +20,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)