From: John Mandereau <john.mandereau@gmail.com>
Date: Thu, 24 Jul 2008 00:21:19 +0000 (+0200)
Subject: Disable docs compilation in input/manual
X-Git-Tag: release/2.11.54-1~5^2~22
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b5f0c2666235a9143500ea3dc3201274dc2fe62e;p=lilypond.git

Disable docs compilation in input/manual

Snippets compiled in this directory ar useless, because all these
examples are to be used in the manuals.
---

diff --git a/input/manual/GNUmakefile b/input/manual/GNUmakefile
index 558863f1f2..6ba37af6fc 100644
--- a/input/manual/GNUmakefile
+++ b/input/manual/GNUmakefile
@@ -1,16 +1,9 @@
-
 depth = ../..
 
-STEPMAKE_TEMPLATES=documentation texinfo tex
-LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
-
-## Hmm, would this work?  No -- if we really want examples, move
-## to other dir (input/) comes to mind.
-## examples = font20 ancient-font
-## LOCALSTEPMAKE_TEMPLATES += ly mutopia
+STEPMAKE_TEMPLATES=documentation
 
 EXTRA_DIST_FILES= README
+EXTRA_DIST_FILES+=$(call src-wildcard,*.ly)
+EXTRA_DIST_FILES+=$(call src-wildcard,*.ily)
 
 include $(depth)/make/stepmake.make
-
-TITLE=LilyPond Examples from the Manual