]> git.donarmstrong.com Git - lilypond.git/commitdiff
dist emacs patches too.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 3 Nov 2006 01:20:12 +0000 (02:20 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 3 Nov 2006 01:20:12 +0000 (02:20 +0100)
GNUmakefile.in
elisp/GNUmakefile

index 8ecc6f65bfc3993bbdfe0ea02ad2a9569a124cc8..fc35f9124597b9ee210437a9986035e72abc6ef8 100644 (file)
@@ -22,9 +22,8 @@ TOPDOC_FILES=AUTHORS README INSTALL NEWS
 TOPDOC_TXT_FILES = $(addprefix $(top-build-dir)/Documentation/topdocs/$(outdir)/,$(addsuffix .txt,$(TOPDOC_FILES)))
 IN_FILES := $(call src-wildcard,*.in)
 
-PATCH_FILES = emacsclient.patch server.el.patch 
 EXTRA_DIST_FILES = VERSION .cvsignore SConstruct \
-  $(README_FILES) $(SCRIPTS) $(IN_FILES) $(PATCH_FILES)
+  $(README_FILES) $(SCRIPTS) $(IN_FILES) 
 INSTALLATION_DIR=$(local_lilypond_datadir)
 INSTALLATION_FILES=$(config_make) VERSION
 
index a92370d521dbbb8b6e5387831ac06d911ee84acb..0eab184cd0d74f0012dfce2808441b71831154a2 100644 (file)
@@ -9,6 +9,7 @@ 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