From 5cac816f7c509d0ded09e60daf008a46402d0425 Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Tue, 27 Mar 2012 09:23:56 -0400 Subject: [PATCH] Build: Fix `make dist', include the files added in recent commits. --- Documentation/misc/GNUmakefile | 1 + input/regression/lilypond-book/GNUmakefile | 2 ++ input/regression/lilypond-book/include/GNUmakefile | 11 +++++++++++ stepmake/aclocal.m4 | 2 +- 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 input/regression/lilypond-book/include/GNUmakefile diff --git a/Documentation/misc/GNUmakefile b/Documentation/misc/GNUmakefile index 17eb63922e..b617fc99cd 100644 --- a/Documentation/misc/GNUmakefile +++ b/Documentation/misc/GNUmakefile @@ -6,6 +6,7 @@ STEPMAKE_TEMPLATES = documentation texinfo TEXTS = $(call src-wildcard,ANNOUNCE-*[0-9]) $(call src-wildcard,CHANGES-*[0-9]) $(call src-wildcard,ChangeLog*[0-9]) $(call src-wildcard,NEWS-*[0-9]) EXTRA_DIST_FILES = $(TEXTS) +EXTRA_DIST_FILES += $(call src-wildcard,*.html) include $(depth)/make/stepmake.make diff --git a/input/regression/lilypond-book/GNUmakefile b/input/regression/lilypond-book/GNUmakefile index ff6cd10b48..3f27361283 100644 --- a/input/regression/lilypond-book/GNUmakefile +++ b/input/regression/lilypond-book/GNUmakefile @@ -7,6 +7,8 @@ include $(depth)/make/stepmake.make TITLE=lilypond-book Test Suite +SUBDIRS=include + COLLATED_FILES = $(OUT_FILES) EXTRA_DIST_FILES = include.mxl diff --git a/input/regression/lilypond-book/include/GNUmakefile b/input/regression/lilypond-book/include/GNUmakefile new file mode 100644 index 0000000000..0b6e885d6a --- /dev/null +++ b/input/regression/lilypond-book/include/GNUmakefile @@ -0,0 +1,11 @@ +depth = ../../../.. + +STEPMAKE_TEMPLATES= +LOCALSTEPMAKE_TEMPLATES= + +include $(depth)/make/stepmake.make + +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) diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 490e2066ef..8be2cab11d 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -419,7 +419,7 @@ EOF abssrcdir="`cd $srcdir; pwd`" absbuilddir="`pwd`" - for d in 2 3 4 ; do + for d in 2 3 4 5 ; do for mf in `cd $srcdir ; find . -maxdepth $d -mindepth $d -name GNUmakefile`; do case "$abssrcdir" in "$absbuilddir"/*) -- 2.39.2