]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: add Documentation/included/. (sorry)
authorGraham Percival <graham@percival-music.ca>
Tue, 6 Oct 2009 11:46:59 +0000 (12:46 +0100)
committerGraham Percival <graham@percival-music.ca>
Tue, 6 Oct 2009 11:46:59 +0000 (12:46 +0100)
Documentation/GNUmakefile
Documentation/included/GNUmakefile

index 9d3928558dfa54828931f77e05920e06d8fc43bc..efd84bee2a6d119c3c59e929297da1a6a0798e62 100644 (file)
@@ -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
 
index 6ba37af6fc908e504d7cc5c699da1e2f35784bc8..2eb9bd70250943441b5245c599233b866b4aa59e 100644 (file)
@@ -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