From: Graham Percival Date: Fri, 18 Sep 2009 11:18:31 +0000 (+0100) Subject: Dist: fix more non-distributed files for GUB. X-Git-Tag: release/2.13.4-1~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=01e7873e323b8328fddd45277853302db7b176d7;p=lilypond.git Dist: fix more non-distributed files for GUB. --- 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)/%)