From 6974648c98a0a9ac0a4103356377d13a6211e788 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 1 May 2007 01:45:28 -0700 Subject: [PATCH] Add makefiles. --- input/tolsr/expressive/GNUmakefile | 16 ++++++++++++++++ input/tolsr/parts/GNUmakefile | 16 ++++++++++++++++ input/tolsr/text/GNUmakefile | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 input/tolsr/expressive/GNUmakefile create mode 100644 input/tolsr/parts/GNUmakefile create mode 100644 input/tolsr/text/GNUmakefile 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 -- 2.39.5