]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lilypond-book/GNUmakefile
Dist: build fixes.
[lilypond.git] / input / regression / lilypond-book / GNUmakefile
index d4bc8550a109e0e5905956d5ba0f9a7260ec31bf..6081f7fe36d84daf75f222b41d94ae2b7841b816 100644 (file)
@@ -3,13 +3,16 @@ depth = ../../..
 STEPMAKE_TEMPLATES=documentation texinfo
 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc lilypond-book
 
-ifndef LILYBOOK_OUT_FILES
-LILYBOOK_OUT_FILES = ""
-endif
-
-COLLATED_FILES = $(LILYBOOK_OUT_FILES)
-EXTRA_DIST_FILES = suffix-texinfo.texinfo
+COLLATED_FILES = $(OUT_FILES)
 
 include $(depth)/make/stepmake.make
 
 TITLE=lilypond-book Test Suite
+
+EXTRA_DIST_FILES = include.mxl
+EXTRA_DIST_FILES += $(call src-wildcard,*.ly)
+EXTRA_DIST_FILES += $(call src-wildcard,*.ily)
+EXTRA_DIST_FILES += $(call src-wildcard,*.tely)
+EXTRA_DIST_FILES += $(call src-wildcard,*.itely)
+
+