From 9744e63925cf300e1a784da17f55346c01b200ba Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 1 Jul 1998 21:54:36 +0000 Subject: [PATCH] lilypond-1.0.1 --- make/Substitute.make | 20 ++++++++++++++++++++ stepmake/make/Substitute.make | 17 +++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 make/Substitute.make create mode 100644 stepmake/make/Substitute.make diff --git a/make/Substitute.make b/make/Substitute.make new file mode 100644 index 0000000000..16389f92a1 --- /dev/null +++ b/make/Substitute.make @@ -0,0 +1,20 @@ +# make/Substitute.make + +sed-examples = sed 's!@EXAMPLE_LYS@!${rpmexamples} ${rpmmudocs}!g' +sed-docs=sed 's!@TEXT_DOCS@!${rpmdocs}!g' + +ATVARIABLES = \ + BASH\ + DATE\ + date\ + DIR_DATADIR\ + PACKAGE\ + package\ + PERL\ + PYTHON\ + SHELL\ + TOPLEVEL_VERSION\ + step-bindir\ + abs-step-bindir\ + + diff --git a/stepmake/make/Substitute.make b/stepmake/make/Substitute.make new file mode 100644 index 0000000000..8d5549b2fd --- /dev/null +++ b/stepmake/make/Substitute.make @@ -0,0 +1,17 @@ +# Substitute.make + +ATVARIABLES = \ + BASH\ + DATE\ + date\ + DIR_DATADIR\ + PACKAGE\ + package\ + PERL\ + PYTHON\ + SHELL\ + TOPLEVEL_VERSION\ + step-bindir\ + abs-step-bindir\ + + -- 2.39.5