]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lilypond-book/GNUmakefile
Implements padding at right-broken hairpins that come up against span bars.
[lilypond.git] / input / regression / lilypond-book / GNUmakefile
index 0deabe6fc6f8314a14482994a88312baa4c44d3e..6081f7fe36d84daf75f222b41d94ae2b7841b816 100644 (file)
@@ -1,14 +1,18 @@
 depth = ../../..
 
-STEPMAKE_TEMPLATES=documentation texinfo tex
+STEPMAKE_TEMPLATES=documentation texinfo
 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc lilypond-book
 
-ifndef LILYBOOK_OUT_FILES
-LILYBOOK_OUT_FILES = ""
-endif
-
-COLLATED_FILES = $(LILYBOOK_OUT_FILES)
+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)
+
+