]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Mon, 10 Aug 1998 11:34:20 +0000 (11:34 +0000)
committerfred <fred>
Mon, 10 Aug 1998 11:34:20 +0000 (11:34 +0000)
stepmake/make/Rules.make [new file with mode: 0644]

diff --git a/stepmake/make/Rules.make b/stepmake/make/Rules.make
new file mode 100644 (file)
index 0000000..38dafc0
--- /dev/null
@@ -0,0 +1,8 @@
+# title           package specific rules
+# file    make/Rules.lilymake.make
+
+$(outdir)/%: %.in
+       rm -f $@
+       cat $< | $(sed-atfiles) | $(sed-atvariables) > $@
+
+