]> git.donarmstrong.com Git - lilypond.git/blobdiff - 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
index 48b0a0983d265d8fa5dabcb58783700b0ac95961..0b04186db4b8bde4c9293a4ef0f2e2281e127390 100644 (file)
@@ -1,17 +1,8 @@
-# title           generic make rules
-# file    make/Rules.make
-
-# this is supposed to clear all suffixes:
-.SUFFIXES:
-
-
-
 $(outdir)/%: %.m4
        $(M4) $< > $@
 
-%.dep:
-       touch $@
-
 %.gz: %
        gzip -c9 $< > $@
 
+$(outdir)/%.css: $(CSS_DIRECTORY)/%.css
+       ln -f $< $@