From: Graham Percival Date: Mon, 5 Jul 2010 07:58:25 +0000 (+0100) Subject: Build: dist fixes. X-Git-Tag: release/2.13.27-1~4^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c7c5052f9992aa611cc1e5240132ba60371cd249;p=lilypond.git Build: dist fixes. --- diff --git a/input/regression/lilypond-book/GNUmakefile b/input/regression/lilypond-book/GNUmakefile index 1fff6c4e64..d4bc8550a1 100644 --- a/input/regression/lilypond-book/GNUmakefile +++ b/input/regression/lilypond-book/GNUmakefile @@ -8,6 +8,7 @@ LILYBOOK_OUT_FILES = "" endif COLLATED_FILES = $(LILYBOOK_OUT_FILES) +EXTRA_DIST_FILES = suffix-texinfo.texinfo include $(depth)/make/stepmake.make diff --git a/input/regression/lilypond-book/include.ly b/input/regression/lilypond-book/include.ly index 5bc46edf17..9fb16f6823 100644 --- a/input/regression/lilypond-book/include.ly +++ b/input/regression/lilypond-book/include.ly @@ -1,3 +1,4 @@ +\version "2.13.26" \score { \relative c'' { \key c \minor c4 es g2 } } diff --git a/input/regression/lilypond-book/include2.ly b/input/regression/lilypond-book/include2.ly index b9d4f0ee75..d11bd96274 100644 --- a/input/regression/lilypond-book/include2.ly +++ b/input/regression/lilypond-book/include2.ly @@ -1,3 +1,4 @@ +\version "2.13.26" \score { \relative c'' { \key c \minor d4 es g2 } }