]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Rules.make
release: 0.1.59
[lilypond.git] / make / Rules.make
index f886422b03e72f8c5620b5013301898f75199893..4e4d335a77ffabf8227b77e467ebf1c232424d83 100644 (file)
@@ -44,7 +44,14 @@ $(outdir)/%: %.m4
 %.dep:
        touch $@
 
+%.gz: %
+       gzip -c9 $< > $@
+
 
 $(depth)/%.txt: check-doc-deps
        rm -f $@
        ln `find ${depth}/Documentation -name $@ -print|head -1 ` .
+
+$(outdir)/%.ps: $(outdir)/%.dvi
+       dvips -o $@ $<
+