From: fred Date: Wed, 1 Jul 1998 21:54:36 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5917 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9744e63925cf300e1a784da17f55346c01b200ba;p=lilypond.git lilypond-1.0.1 --- 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\ + +