From baac78132b2dc92516934b3c9e35dbfa575dec84 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Wed, 13 Jan 2010 10:34:29 +0100 Subject: [PATCH] Fix 'make dist' Dist Spanish essay included files. Try to make it work for both in-tree and out-of-tree dstribution tarball generation. --- Documentation/GNUmakefile | 2 +- Documentation/es/GNUmakefile | 4 ++-- Documentation/es/essay/GNUmakefile | 5 +++++ Documentation/hu/GNUmakefile | 2 +- stepmake/stepmake/documentation-vars.make | 3 +-- 5 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 Documentation/es/essay/GNUmakefile diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 872166ad93..1eb74f43bc 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -32,7 +32,7 @@ README_TOP_FILES= DEDICATION THANKS IN_ITELY_FILES = $(call src-wildcard,snippets/*-intro.itely) SNIPPET_LY_FILES = $(call src-wildcard,snippets/*.ly) -EXTRA_DIST_FILES = $(call src-wildcard,*.init) search-box.ihtml +EXTRA_DIST_FILES = $(call src-wildcard,*.init) ### Out files diff --git a/Documentation/es/GNUmakefile b/Documentation/es/GNUmakefile index 50ffefb71e..83c05d031d 100644 --- a/Documentation/es/GNUmakefile +++ b/Documentation/es/GNUmakefile @@ -1,11 +1,11 @@ ISOLANG = es depth = ../.. -SUBDIRS = learning notation texidocs usage web +SUBDIRS = essay learning notation texidocs usage web STEPMAKE_TEMPLATES = documentation LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root UNSPLITTED_HTML_MANUALS = changes -EXTRA_DIST_FILES = web.texi search-box.ihtml +EXTRA_DIST_FILES = web.texi include $(depth)/make/stepmake.make diff --git a/Documentation/es/essay/GNUmakefile b/Documentation/es/essay/GNUmakefile new file mode 100644 index 0000000000..425cc1d8e2 --- /dev/null +++ b/Documentation/es/essay/GNUmakefile @@ -0,0 +1,5 @@ +depth = ../../.. + +LOCALSTEPMAKE_TEMPLATES = ly + +include $(depth)/make/stepmake.make diff --git a/Documentation/hu/GNUmakefile b/Documentation/hu/GNUmakefile index 1e65b66db1..57fbef91c6 100644 --- a/Documentation/hu/GNUmakefile +++ b/Documentation/hu/GNUmakefile @@ -5,6 +5,6 @@ STEPMAKE_TEMPLATES = documentation LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root NO_PDF_FILES = 1 -EXTRA_DIST_FILES = web.texi search-box.ihtml +EXTRA_DIST_FILES = web.texi include $(depth)/make/stepmake.make diff --git a/stepmake/stepmake/documentation-vars.make b/stepmake/stepmake/documentation-vars.make index 8d0c1ae881..4c572c214a 100644 --- a/stepmake/stepmake/documentation-vars.make +++ b/stepmake/stepmake/documentation-vars.make @@ -1,5 +1,4 @@ at-dir = $(doc-dir)/ at-ext = .in -EXTRA_DIST_FILES += $(call src-wildcard, *.css) -EXTRA_DIST_FILES += $(call src-wildcard, *.ihtml) +EXTRA_DIST_FILES += $(call src-wildcard,*.ihtml) -- 2.39.5