]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build tools for input/manual/
authorGraham Percival <graham@percival-music.ca>
Wed, 12 Jul 2006 23:28:47 +0000 (23:28 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 12 Jul 2006 23:28:47 +0000 (23:28 +0000)
input/manual/GNUmakefile [new file with mode: 0644]
input/manual/README [new file with mode: 0644]
input/manual/SConscript [new file with mode: 0644]

diff --git a/input/manual/GNUmakefile b/input/manual/GNUmakefile
new file mode 100644 (file)
index 0000000..558863f
--- /dev/null
@@ -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 (file)
index 0000000..f6e3131
--- /dev/null
@@ -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 (file)
index 0000000..ece0a25
--- /dev/null
@@ -0,0 +1,4 @@
+# -*-python-*-
+
+Import ('env', 'collate')
+collate (title = 'LilyPond Examples from the Manual')