From: Graham Percival Date: Tue, 6 Oct 2009 11:46:59 +0000 (+0100) Subject: Build: add Documentation/included/. (sorry) X-Git-Tag: release/2.13.6-1~49 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c192265b94c91e103cd89afd3de7fc3fe51b4f9d;p=lilypond.git Build: add Documentation/included/. (sorry) --- 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