From: Han-Wen Nienhuys Date: Fri, 3 Nov 2006 01:20:12 +0000 (+0100) Subject: dist emacs patches too. X-Git-Tag: release/2.10.0-2~34^2~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3e3bbfe619dbed1b9c65035804aa10239a03bd91;p=lilypond.git dist emacs patches too. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 8ecc6f65bf..fc35f91245 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 diff --git a/elisp/GNUmakefile b/elisp/GNUmakefile index a92370d521..0eab184cd0 100644 --- a/elisp/GNUmakefile +++ b/elisp/GNUmakefile @@ -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