From: Graham Percival Date: Sun, 4 Sep 2011 09:58:51 +0000 (+0100) Subject: Build: dist fix. X-Git-Tag: release/2.15.10-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2c0565b220430eaf35f0a577aa7735664abcbb3e;p=lilypond.git Build: dist fix. --- diff --git a/Documentation/it/GNUmakefile b/Documentation/it/GNUmakefile index df35c4cf1b..db64d84904 100644 --- a/Documentation/it/GNUmakefile +++ b/Documentation/it/GNUmakefile @@ -1,6 +1,6 @@ ISOLANG = it depth = ../.. -SUBDIRS = learning texidocs web usage +SUBDIRS = learning texidocs web usage included STEPMAKE_TEMPLATES = documentation LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root diff --git a/Documentation/it/included/GNUmakefile b/Documentation/it/included/GNUmakefile new file mode 100644 index 0000000000..425cc1d8e2 --- /dev/null +++ b/Documentation/it/included/GNUmakefile @@ -0,0 +1,5 @@ +depth = ../../.. + +LOCALSTEPMAKE_TEMPLATES = ly + +include $(depth)/make/stepmake.make