From 9ce06841a640ad95be54f7399449572b0223d54a Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 22 Feb 2011 09:22:44 +0000 Subject: [PATCH] Build: dist fix. --- Documentation/cs/essay/GNUmakefile | 5 +++++ Documentation/cs/usage/GNUmakefile | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 Documentation/cs/essay/GNUmakefile create mode 100644 Documentation/cs/usage/GNUmakefile diff --git a/Documentation/cs/essay/GNUmakefile b/Documentation/cs/essay/GNUmakefile new file mode 100644 index 0000000000..425cc1d8e2 --- /dev/null +++ b/Documentation/cs/essay/GNUmakefile @@ -0,0 +1,5 @@ +depth = ../../.. + +LOCALSTEPMAKE_TEMPLATES = ly + +include $(depth)/make/stepmake.make diff --git a/Documentation/cs/usage/GNUmakefile b/Documentation/cs/usage/GNUmakefile new file mode 100644 index 0000000000..425cc1d8e2 --- /dev/null +++ b/Documentation/cs/usage/GNUmakefile @@ -0,0 +1,5 @@ +depth = ../../.. + +LOCALSTEPMAKE_TEMPLATES = ly + +include $(depth)/make/stepmake.make -- 2.39.5