From 01e7873e323b8328fddd45277853302db7b176d7 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 18 Sep 2009 12:18:31 +0100 Subject: [PATCH] Dist: fix more non-distributed files for GUB. --- Documentation/fr/GNUmakefile | 2 +- Documentation/nl/GNUmakefile | 2 +- Documentation/pictures/GNUmakefile | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/fr/GNUmakefile b/Documentation/fr/GNUmakefile index 3976c7527d..ff0dd382f0 100644 --- a/Documentation/fr/GNUmakefile +++ b/Documentation/fr/GNUmakefile @@ -4,6 +4,6 @@ SUBDIRS = application general learning notation texidocs STEPMAKE_TEMPLATES = documentation LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root -EXTRA_DIST = general.texi +EXTRA_DIST_FILES = general.texi include $(depth)/make/stepmake.make diff --git a/Documentation/nl/GNUmakefile b/Documentation/nl/GNUmakefile index bbea88304f..204f57637e 100644 --- a/Documentation/nl/GNUmakefile +++ b/Documentation/nl/GNUmakefile @@ -5,6 +5,6 @@ STEPMAKE_TEMPLATES = documentation LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root NO_PDF_FILES = 1 -EXTRA_DIST = general.texi +EXTRA_DIST_FILES = general.texi include $(depth)/make/stepmake.make diff --git a/Documentation/pictures/GNUmakefile b/Documentation/pictures/GNUmakefile index 1bfc1b48f7..e1b45d275e 100644 --- a/Documentation/pictures/GNUmakefile +++ b/Documentation/pictures/GNUmakefile @@ -1,12 +1,13 @@ depth = ../.. +SUBDIRS = pdf + 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) \ - $(PDF_DIR) +EXTRA_DIST_FILES = $(BITMAP_IMAGES) $(EPS_ILLUSTRATIONS) $(SVG_FILES) OUT_PDF_IMAGES = $(EPS_ILLUSTRATIONS:%.eps=$(outdir)/%.pdf) OUT_BITMAP_IMAGES = $(BITMAP_IMAGES:%=$(outdir)/%) -- 2.39.2