From d08906dd8d308c2f2e7354369b340f78df200ec7 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 17 Sep 2009 15:31:46 +0100 Subject: [PATCH] Dist: add files to dist to prevent GUB complaining. --- Documentation/GNUmakefile | 2 +- Documentation/css/GNUmakefile | 1 + Documentation/general/examples/orchestral.ly | 1 + .../{hader-collage.jpeg => hader-collage.jpg} | Bin .../pictures/{hader-slaan.jpeg => hader-slaan.jpg} | Bin ...morgenlied-crop-2.jpeg => morgenlied-crop-2.jpg} | Bin .../{ross-beam-scan.jpeg => ross-beam-scan.jpg} | Bin GNUmakefile.in | 2 +- 8 files changed, 4 insertions(+), 2 deletions(-) rename Documentation/pictures/{hader-collage.jpeg => hader-collage.jpg} (100%) rename Documentation/pictures/{hader-slaan.jpeg => hader-slaan.jpg} (100%) rename Documentation/pictures/{morgenlied-crop-2.jpeg => morgenlied-crop-2.jpg} (100%) rename Documentation/pictures/{ross-beam-scan.jpeg => ross-beam-scan.jpg} (100%) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index f62631f4d5..9352180d18 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -10,7 +10,7 @@ depth = .. NAME = documentation LANGS = $(shell $(PYTHON) $(top-src-dir)/python/langdefs.py) MANUALS_SUBDIRS = application automated-engraving contributor essay general learning notation -SUBDIRS = $(MANUALS_SUBDIRS) snippets logo pictures misc po css $(LANGS) +SUBDIRS = $(MANUALS_SUBDIRS) snippets logo pictures misc po css topdocs $(LANGS) STEPMAKE_TEMPLATES = documentation texinfo tex omf LOCALSTEPMAKE_TEMPLATES = lilypond ly diff --git a/Documentation/css/GNUmakefile b/Documentation/css/GNUmakefile index 277b76a362..3cb02a74dd 100644 --- a/Documentation/css/GNUmakefile +++ b/Documentation/css/GNUmakefile @@ -1,5 +1,6 @@ depth = ../.. STEPMAKE_TEMPLATES=documentation +EXTRA_DIST_FILES = $(call src-wildcard,*.css) include $(depth)/make/stepmake.make diff --git a/Documentation/general/examples/orchestral.ly b/Documentation/general/examples/orchestral.ly index 6325d4b4e6..3666f6a8e5 100644 --- a/Documentation/general/examples/orchestral.ly +++ b/Documentation/general/examples/orchestral.ly @@ -1,3 +1,4 @@ +\version "2.12.0" { c'4^"NO EXAMPLE HERE YET" } diff --git a/Documentation/pictures/hader-collage.jpeg b/Documentation/pictures/hader-collage.jpg similarity index 100% rename from Documentation/pictures/hader-collage.jpeg rename to Documentation/pictures/hader-collage.jpg diff --git a/Documentation/pictures/hader-slaan.jpeg b/Documentation/pictures/hader-slaan.jpg similarity index 100% rename from Documentation/pictures/hader-slaan.jpeg rename to Documentation/pictures/hader-slaan.jpg diff --git a/Documentation/pictures/morgenlied-crop-2.jpeg b/Documentation/pictures/morgenlied-crop-2.jpg similarity index 100% rename from Documentation/pictures/morgenlied-crop-2.jpeg rename to Documentation/pictures/morgenlied-crop-2.jpg diff --git a/Documentation/pictures/ross-beam-scan.jpeg b/Documentation/pictures/ross-beam-scan.jpg similarity index 100% rename from Documentation/pictures/ross-beam-scan.jpeg rename to Documentation/pictures/ross-beam-scan.jpg diff --git a/GNUmakefile.in b/GNUmakefile.in index 84702bca88..5bcbcf43fe 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -25,7 +25,7 @@ IN_FILES := $(call src-wildcard,*.in) RELEASE_FILES = ChangeLog RELEASE-COMMIT RELEASE_OUT_FILES = $(RELEASE_FILES:%=$(outdir)/%) OUT_DIST_FILES += $(RELEASE_OUT_FILES) -EXTRA_DIST_FILES = VERSION .gitignore \ +EXTRA_DIST_FILES = VERSION .gitignore .mailmap \ $(README_FILES) $(SCRIPTS) $(IN_FILES) INSTALLATION_DIR=$(local_lilypond_datadir) INSTALLATION_FILES=$(config_make) VERSION -- 2.39.2