From bbf14b49e5aa5de22dfd5fb413b8c4bc5f261162 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 18 Sep 2009 13:03:51 +0100 Subject: [PATCH] Dist: I'm an idiot for getting about git add. In my defense, the other files that show up in "git add" are really confusing and annoying. Documentation/topdocs/*.info, I'm looking at you. --- Documentation/pictures/pdf/GNUmakefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/pictures/pdf/GNUmakefile diff --git a/Documentation/pictures/pdf/GNUmakefile b/Documentation/pictures/pdf/GNUmakefile new file mode 100644 index 0000000000..e81f999cc1 --- /dev/null +++ b/Documentation/pictures/pdf/GNUmakefile @@ -0,0 +1,12 @@ +depth = ../../../ + +PDF_FILES = $(call src-wildcard,*.pdf) + +EXTRA_DIST_FILES = $(PDF_FILES) + +STEPMAKE_TEMPLATES = documentation + +include $(depth)/make/stepmake.make + +default: + -- 2.39.5