From: John Mandereau Date: Tue, 1 Jan 2008 18:14:25 +0000 (+0100) Subject: Fix 'make dist' X-Git-Tag: release/2.11.37-1~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f65b1a21ff28f80e2820030a1cc821afd4fef81b;p=lilypond.git Fix 'make dist' We no longer have .cvsignore in the sources. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 3b1a2bca20..f0bd7cf2dc 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -22,7 +22,7 @@ TOPDOC_FILES = AUTHORS INSTALL README NEWS TOPDOC_TXT_FILES = $(addprefix $(top-build-dir)/Documentation/topdocs/$(outdir)/,$(addsuffix .txt,$(TOPDOC_FILES))) IN_FILES := $(call src-wildcard,*.in) -EXTRA_DIST_FILES = VERSION .cvsignore .gitignore SConstruct \ +EXTRA_DIST_FILES = VERSION .gitignore SConstruct \ $(README_FILES) $(SCRIPTS) $(IN_FILES) INSTALLATION_DIR=$(local_lilypond_datadir) INSTALLATION_FILES=$(config_make) VERSION