]> git.donarmstrong.com Git - lilypond.git/commitdiff
Disable docs compilation in input/manual
authorJohn Mandereau <john.mandereau@gmail.com>
Thu, 24 Jul 2008 00:21:19 +0000 (02:21 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Thu, 24 Jul 2008 00:21:19 +0000 (02:21 +0200)
Snippets compiled in this directory ar useless, because all these
examples are to be used in the manuals.

input/manual/GNUmakefile

index 558863f1f241b6b0eba913d30fcc35749f70ebd4..6ba37af6fc908e504d7cc5c699da1e2f35784bc8 100644 (file)
@@ -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