]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/make/generic-rules.make
release: 1.1.43
[lilypond.git] / stepmake / make / generic-rules.make
1 # title    package specific rules
2
3 #UGH
4
5 include $(depth)/make/substitute.make
6
7 $(outdir)/%: %.in
8         rm -f $@
9         cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@
10
11