From: Han-Wen Nienhuys Date: Tue, 20 Nov 2007 01:12:20 +0000 (-0200) Subject: Typo: mxl vs mlx. X-Git-Tag: release/2.11.35-1~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b865d686917f3a21e21d3f05562c202f78f21091;p=lilypond.git Typo: mxl vs mlx. --- diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index 3240bceae3..ae9d27a768 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -6,5 +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 +MXL_FILES := $(call src-wildcard,*.mxl) +EXTRA_DIST_FILES += $(MXL_FILES)