From c192265b94c91e103cd89afd3de7fc3fe51b4f9d Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 6 Oct 2009 12:46:59 +0100 Subject: [PATCH] Build: add Documentation/included/. (sorry) --- Documentation/GNUmakefile | 3 ++- Documentation/included/GNUmakefile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 9d3928558d..efd84bee2a 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -11,7 +11,8 @@ NAME = documentation LANGS = $(shell $(PYTHON) $(top-src-dir)/python/langdefs.py) MANUALS_SUBDIRS = usage automated-engraving contributor essay \ general learning notation extending -SUBDIRS = $(MANUALS_SUBDIRS) snippets logo pictures misc po css topdocs $(LANGS) +SUBDIRS = $(MANUALS_SUBDIRS) snippets logo pictures misc po css topdocs \ + included $(LANGS) STEPMAKE_TEMPLATES = documentation texinfo tex omf LOCALSTEPMAKE_TEMPLATES = lilypond ly diff --git a/Documentation/included/GNUmakefile b/Documentation/included/GNUmakefile index 6ba37af6fc..2eb9bd7025 100644 --- a/Documentation/included/GNUmakefile +++ b/Documentation/included/GNUmakefile @@ -5,5 +5,6 @@ STEPMAKE_TEMPLATES=documentation EXTRA_DIST_FILES= README EXTRA_DIST_FILES+=$(call src-wildcard,*.ly) EXTRA_DIST_FILES+=$(call src-wildcard,*.ily) +EXTRA_DIST_FILES+=$(call src-wildcard,lbook-*) include $(depth)/make/stepmake.make -- 2.39.5