From: Graham Percival Date: Tue, 25 Aug 2009 04:51:26 +0000 (+0100) Subject: Doc build: add new pdf/ dir to tarball. X-Git-Tag: release/2.13.4-1~139^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e8c603fc947fbd44c7ff22bd98ed1996c62b4838;p=lilypond.git Doc build: add new pdf/ dir to tarball. --- 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)/%)