From 3454a21eccccb0210e7adec22403810713a70087 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 12 Jul 2006 23:28:47 +0000 Subject: [PATCH] Build tools for input/manual/ --- input/manual/GNUmakefile | 16 ++++++++++++++++ input/manual/README | 5 +++++ input/manual/SConscript | 4 ++++ 3 files changed, 25 insertions(+) create mode 100644 input/manual/GNUmakefile create mode 100644 input/manual/README create mode 100644 input/manual/SConscript 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') -- 2.39.2