]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/generic-rules.make
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[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 $< $@