From: Jan Nieuwenhuizen Date: Sun, 18 Nov 2007 10:16:07 +0000 (+0100) Subject: Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond X-Git-Tag: release/2.11.35-1~4^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=481e336f410e933bea8705862743fc078ccb49f7;hp=054940efafce1518c5bc857a9c490352f2494ba7;p=lilypond.git Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond --- 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