From: Graham Percival Date: Thu, 4 Feb 2010 15:14:43 +0000 (+0000) Subject: Build: fix dist. Attention translators. X-Git-Tag: release/2.13.12-1~1^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aaf94ddeb56d1c3c57c5a315014bcb473228bb26;p=lilypond.git Build: fix dist. Attention translators. This one wasn't my fault. --- diff --git a/Documentation/de/extending/GNUmakefile b/Documentation/de/extending/GNUmakefile new file mode 100644 index 0000000000..000480f365 --- /dev/null +++ b/Documentation/de/extending/GNUmakefile @@ -0,0 +1,4 @@ +depth = ../../.. +LOCALSTEPMAKE_TEMPLATES = ly + +include $(depth)/make/stepmake.make diff --git a/Documentation/es/extending/GNUmakefile b/Documentation/es/extending/GNUmakefile new file mode 100644 index 0000000000..425cc1d8e2 --- /dev/null +++ b/Documentation/es/extending/GNUmakefile @@ -0,0 +1,5 @@ +depth = ../../.. + +LOCALSTEPMAKE_TEMPLATES = ly + +include $(depth)/make/stepmake.make