From: Graham Percival Date: Thu, 4 Feb 2010 15:13:39 +0000 (+0000) Subject: Build: fix dist. X-Git-Tag: release/2.13.12-1~1^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a102c8a5d831777f50a5592bee46e2409adeeb7b;p=lilypond.git Build: fix dist. (this one's my fault) --- diff --git a/Documentation/included/GNUmakefile b/Documentation/included/GNUmakefile index 6ba37af6fc..79b506e798 100644 --- a/Documentation/included/GNUmakefile +++ b/Documentation/included/GNUmakefile @@ -5,5 +5,7 @@ STEPMAKE_TEMPLATES=documentation EXTRA_DIST_FILES= README EXTRA_DIST_FILES+=$(call src-wildcard,*.ly) EXTRA_DIST_FILES+=$(call src-wildcard,*.ily) +EXTRA_DIST_FILES+=$(call src-wildcard,*.itexi) +EXTRA_DIST_FILES+=$(call src-wildcard,*.itely) include $(depth)/make/stepmake.make