From ec7cd7dfdbed3722d759b086f9cf74873925d226 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 25 Feb 2010 13:05:38 +0000 Subject: [PATCH] Build: dist fixes. --- Documentation/es/GNUmakefile | 2 +- Documentation/es/included/GNUmakefile | 10 ++++++++++ Documentation/hu/GNUmakefile | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 Documentation/es/included/GNUmakefile diff --git a/Documentation/es/GNUmakefile b/Documentation/es/GNUmakefile index a092f4c952..c1e256715b 100644 --- a/Documentation/es/GNUmakefile +++ b/Documentation/es/GNUmakefile @@ -1,6 +1,6 @@ ISOLANG = es depth = ../.. -SUBDIRS = essay learning notation texidocs usage web extending +SUBDIRS = essay learning notation texidocs usage web extending included STEPMAKE_TEMPLATES = documentation LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root diff --git a/Documentation/es/included/GNUmakefile b/Documentation/es/included/GNUmakefile new file mode 100644 index 0000000000..14d7f69b47 --- /dev/null +++ b/Documentation/es/included/GNUmakefile @@ -0,0 +1,10 @@ +depth = ../.. + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES+=$(call src-wildcard,*.ly) +EXTRA_DIST_FILES+=$(call src-wildcard,*.ily) +EXTRA_DIST_FILES+=$(call src-wildcard,*.itexi) +EXTRA_DIST_FILES+=$(call src-wildcard,*.itely) + +include $(depth)/make/stepmake.make diff --git a/Documentation/hu/GNUmakefile b/Documentation/hu/GNUmakefile index 57fbef91c6..8ee58fd683 100644 --- a/Documentation/hu/GNUmakefile +++ b/Documentation/hu/GNUmakefile @@ -1,6 +1,6 @@ ISOLANG = hu depth = ../.. -SUBDIRS = web learning texidocs +SUBDIRS = web learning texidocs usage STEPMAKE_TEMPLATES = documentation LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root NO_PDF_FILES = 1 -- 2.39.2