From b5f0c2666235a9143500ea3dc3201274dc2fe62e Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Thu, 24 Jul 2008 02:21:19 +0200 Subject: [PATCH] Disable docs compilation in input/manual Snippets compiled in this directory ar useless, because all these examples are to be used in the manuals. --- input/manual/GNUmakefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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 -- 2.39.5