From aaf94ddeb56d1c3c57c5a315014bcb473228bb26 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 4 Feb 2010 15:14:43 +0000 Subject: [PATCH] Build: fix dist. Attention translators. This one wasn't my fault. --- Documentation/de/extending/GNUmakefile | 4 ++++ Documentation/es/extending/GNUmakefile | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 Documentation/de/extending/GNUmakefile create mode 100644 Documentation/es/extending/GNUmakefile 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 -- 2.39.5