From: Jan Nieuwenhuizen Date: Sun, 18 Nov 2007 10:15:38 +0000 (+0100) Subject: Another round of dist-check fixes. X-Git-Tag: release/2.11.35-1~4^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1cc558e2d73d4133deb8044ca29c87e570f65a69;p=lilypond.git Another round of dist-check fixes. NOTE: Zip-compressed .mxl file for which there is no rule? --- diff --git a/GNUmakefile.in b/GNUmakefile.in index d06cec154f..3eea1d3a7c 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -16,7 +16,7 @@ SUBDIRS = buildscripts python scripts \ ## value of DOCUMENTATION here. documentation-dir=$(if $(findstring no,$(DOCUMENTATION)),,Documentation) -SCRIPTS = configure autogen.sh +SCRIPTS = autogen.sh configure smart-autogen.sh smart-configure.sh README_FILES = COPYING DEDICATION ROADMAP THANKS HACKING TOPDOC_FILES = AUTHORS INSTALL README NEWS TOPDOC_TXT_FILES = $(addprefix $(top-build-dir)/Documentation/topdocs/$(outdir)/,$(addsuffix .txt,$(TOPDOC_FILES))) diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index 53ecd0eca3..3240bceae3 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -6,3 +6,5 @@ LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml include $(depth)/make/stepmake.make TITLE=Lilypond musicxml2ly Regression Tests +MXL_FILES := $(call src-wildcard,*.mlx) +EXTRA_DIST_FILES += $(MXL_FILES) \ No newline at end of file