]> git.donarmstrong.com Git - lilypond.git/commitdiff
Another round of dist-check fixes.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 18 Nov 2007 10:15:38 +0000 (11:15 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 18 Nov 2007 10:15:38 +0000 (11:15 +0100)
NOTE: Zip-compressed .mxl file for which there is no rule?

GNUmakefile.in
input/regression/musicxml/GNUmakefile

index d06cec154fea112e925e4784ed40a9c1ee4db159..3eea1d3a7c983f7153c34b3039fafa5c97e93a5b 100644 (file)
@@ -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)))
index 53ecd0eca35432d8101ea9f485b2bef414a288f5..3240bceae3f2efe758bce4d4b240effb11048e84 100644 (file)
@@ -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