From: Graham Percival Date: Tue, 1 May 2007 08:45:28 +0000 (-0700) Subject: Add makefiles. X-Git-Tag: release/2.11.23-1~1^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6974648c98a0a9ac0a4103356377d13a6211e788;p=lilypond.git Add makefiles. --- diff --git a/input/tolsr/expressive/GNUmakefile b/input/tolsr/expressive/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/expressive/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= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/tolsr/parts/GNUmakefile b/input/tolsr/parts/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/parts/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= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/tolsr/text/GNUmakefile b/input/tolsr/text/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/text/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= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets