From: Graham Percival Date: Wed, 12 Jul 2006 23:28:47 +0000 (+0000) Subject: Build tools for input/manual/ X-Git-Tag: cvs/HEAD~250 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3454a21eccccb0210e7adec22403810713a70087;hp=42e50041701995944a9d98d71574a8e2127c6296;p=lilypond.git Build tools for input/manual/ --- diff --git a/input/manual/GNUmakefile b/input/manual/GNUmakefile new file mode 100644 index 0000000000..558863f1f2 --- /dev/null +++ b/input/manual/GNUmakefile @@ -0,0 +1,16 @@ + +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 + +EXTRA_DIST_FILES= README + +include $(depth)/make/stepmake.make + +TITLE=LilyPond Examples from the Manual diff --git a/input/manual/README b/input/manual/README new file mode 100644 index 0000000000..f6e3131efb --- /dev/null +++ b/input/manual/README @@ -0,0 +1,5 @@ +This is for large examples that are included in the manual. Most of these +examples are distinct snippets; files that are also included in the +regression tests should be copied from input/regression/ into this +direction and listed here. + diff --git a/input/manual/SConscript b/input/manual/SConscript new file mode 100644 index 0000000000..ece0a25f0c --- /dev/null +++ b/input/manual/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'LilyPond Examples from the Manual')