From 1ad20b874416cb36dfcfc4fe664c78ac589e2486 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 17 Sep 2009 16:22:03 +0100 Subject: [PATCH] Build: more EXTRA_DIST for GUB happiness. No, I have no clue why most of these are necessary; they look wrong to me. But screw it, I want to get a release happening. Tomorrow morning, though. I'm going to bed now. --- Documentation/GNUmakefile | 3 ++- Documentation/de/GNUmakefile | 2 +- Documentation/fr/GNUmakefile | 2 ++ Documentation/nl/GNUmakefile | 2 ++ Documentation/pictures/GNUmakefile | 5 ++--- Documentation/snippets/GNUmakefile | 3 ++- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 9352180d18..fed30f5d1f 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -31,7 +31,8 @@ LATEX_FILES =$(call src-wildcard,*.latex) IN_ITELY_FILES = $(call src-wildcard,snippets/*-intro.itely) SNIPPET_LY_FILES = $(call src-wildcard,snippets/*.ly) -EXTRA_DIST_FILES = $(call src-wildcard,*.init) $(LATEX_FILES) +EXTRA_DIST_FILES = $(call src-wildcard,*.init) $(LATEX_FILES) \ + search-box.html ### Out files diff --git a/Documentation/de/GNUmakefile b/Documentation/de/GNUmakefile index f07a3d060b..6930826e23 100644 --- a/Documentation/de/GNUmakefile +++ b/Documentation/de/GNUmakefile @@ -1,6 +1,6 @@ ISOLANG = de depth = ../.. -SUBDIRS = application learning notation texidocs +SUBDIRS = application learning notation texidocs essay STEPMAKE_TEMPLATES = documentation LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root diff --git a/Documentation/fr/GNUmakefile b/Documentation/fr/GNUmakefile index e32036a990..3976c7527d 100644 --- a/Documentation/fr/GNUmakefile +++ b/Documentation/fr/GNUmakefile @@ -4,4 +4,6 @@ SUBDIRS = application general learning notation texidocs STEPMAKE_TEMPLATES = documentation LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root +EXTRA_DIST = general.texi + include $(depth)/make/stepmake.make diff --git a/Documentation/nl/GNUmakefile b/Documentation/nl/GNUmakefile index c569372035..bbea88304f 100644 --- a/Documentation/nl/GNUmakefile +++ b/Documentation/nl/GNUmakefile @@ -5,4 +5,6 @@ STEPMAKE_TEMPLATES = documentation LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root NO_PDF_FILES = 1 +EXTRA_DIST = general.texi + include $(depth)/make/stepmake.make diff --git a/Documentation/pictures/GNUmakefile b/Documentation/pictures/GNUmakefile index c0f8fd9dd6..1bfc1b48f7 100644 --- a/Documentation/pictures/GNUmakefile +++ b/Documentation/pictures/GNUmakefile @@ -1,13 +1,12 @@ 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) +EXTRA_DIST_FILES = $(BITMAP_IMAGES) $(EPS_ILLUSTRATIONS) $(SVG_FILES) \ + $(PDF_DIR) OUT_PDF_IMAGES = $(EPS_ILLUSTRATIONS:%.eps=$(outdir)/%.pdf) OUT_BITMAP_IMAGES = $(BITMAP_IMAGES:%=$(outdir)/%) diff --git a/Documentation/snippets/GNUmakefile b/Documentation/snippets/GNUmakefile index 2a6f9ed8cc..7fccf9189c 100644 --- a/Documentation/snippets/GNUmakefile +++ b/Documentation/snippets/GNUmakefile @@ -2,6 +2,7 @@ depth = ../.. SUBDIRS = new EXTRA_DIST_FILES = $(call src-wildcard,*.snippet-list) \ - $(call src-wildcard,*.ly) $(call src-wildcard,*.itely) + $(call src-wildcard,*.ly) $(call src-wildcard,*.itely) \ + README include $(depth)/make/stepmake.make -- 2.39.2