]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/generic-rules.make
Imported Upstream version 2.14.2
[lilypond.git] / stepmake / stepmake / generic-rules.make
1 $(outdir)/%: %.m4
2         $(M4) $< > $@
3
4 %.gz: %
5         gzip -c9 $< > $@
6
7 $(outdir)/%.css: $(CSS_DIRECTORY)/%.css
8         ln -f $< $@