]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/debian-rules.make
patch::: 1.3.140.jcn5
[lilypond.git] / stepmake / stepmake / debian-rules.make
1 $(outdir)/%: %
2         rm -f $@
3         ln $< $@
4
5 $(outdir)/%: $(doc-dir)/%.in
6         rm -f $@
7         cat $< | sed 's%^% %' > $@