From a1f66bd3472745166714bdbc92ef3766274d51e9 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 27 Aug 2011 05:00:30 +0100 Subject: [PATCH] Build: fix dist errors. --- input/regression/lilypond-book/GNUmakefile | 3 +++ input/regression/musicxml/GNUmakefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/input/regression/lilypond-book/GNUmakefile b/input/regression/lilypond-book/GNUmakefile index a1e5bdc3b7..2963408eb8 100644 --- a/input/regression/lilypond-book/GNUmakefile +++ b/input/regression/lilypond-book/GNUmakefile @@ -8,3 +8,6 @@ COLLATED_FILES = $(OUT_FILES) include $(depth)/make/stepmake.make TITLE=lilypond-book Test Suite + +EXTRA_DIST_FILES = include.mxl + diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index 440bf266db..65e73ea867 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -3,7 +3,7 @@ depth = ../../.. STEPMAKE_TEMPLATES=documentation texinfo tex LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml -EXTRA_DIST_FILES = LICENSE +EXTRA_DIST_FILES = LICENSE book-musicxml-testsuite.py TEXI2HTML_FLAGS += --nomenu -- 2.39.5