From e8c603fc947fbd44c7ff22bd98ed1996c62b4838 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 25 Aug 2009 05:51:26 +0100 Subject: [PATCH] Doc build: add new pdf/ dir to tarball. --- Documentation/pictures/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/pictures/GNUmakefile b/Documentation/pictures/GNUmakefile index 301dccf512..73fd8a63f4 100644 --- a/Documentation/pictures/GNUmakefile +++ b/Documentation/pictures/GNUmakefile @@ -4,8 +4,10 @@ depth = ../.. BITMAP_IMAGES = $(call src-wildcard,*.png) $(call src-wildcard,*.jpg) EPS_ILLUSTRATIONS = $(call src-wildcard,*.eps) SVG_FILES = $(call src-wildcard,*.svg) +PDF_DIR = $(call src-wildcard,pdf/*.pdf) EXTRA_DIST_FILES = $(BITMAP_IMAGES) $(EPS_ILLUSTRATIONS) $(SVG_FILES) +EXTRA_DIST_FILES += $(PDF_DIR) OUT_PDF_IMAGES = $(EPS_ILLUSTRATIONS:%.eps=$(outdir)/%.pdf) OUT_BITMAP_IMAGES = $(BITMAP_IMAGES:%=$(outdir)/%) -- 2.39.5