From: Jan Nieuwenhuizen Date: Wed, 5 Nov 2008 09:23:54 +0000 (+0100) Subject: Distribute input/new/revised. Fixes GUB distcheck. X-Git-Tag: release/2.11.64-1~85 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4d7dbd73ee7d57770b799b179c3b30dd42779dcf;p=lilypond.git Distribute input/new/revised. Fixes GUB distcheck. --- diff --git a/input/new/GNUmakefile b/input/new/GNUmakefile index bc32848ae7..1a49c86c30 100644 --- a/input/new/GNUmakefile +++ b/input/new/GNUmakefile @@ -1,5 +1,7 @@ depth = ../.. +SUBDIRS = revised + STEPMAKE_TEMPLATES=documentation EXTRA_DIST_FILES=README EXTRA_DIST_FILES+=$(call src-wildcard,*.ly) diff --git a/input/new/revised/GNUmakefile b/input/new/revised/GNUmakefile new file mode 100644 index 0000000000..d36aca78f2 --- /dev/null +++ b/input/new/revised/GNUmakefile @@ -0,0 +1,7 @@ +depth = ../../.. + +STEPMAKE_TEMPLATES=documentation +EXTRA_DIST_FILES=README +EXTRA_DIST_FILES+=$(call src-wildcard,*.ly) + +include $(depth)/make/stepmake.make