]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/Rules.make
release: 0.1.11
[lilypond.git] / Documentation / Rules.make
index bf32a8d067d03adc15fe3ca997ca85061bc39257..7e87d4ff6bf100d8c39d09f748563328f01390f2 100644 (file)
@@ -4,8 +4,9 @@
 .SUFFIXES: .pod .text .1  .html
 
 
-$(outdir)/%.xpm: %.gif
-       giftopnm $< | ppmtoxpm > $@
+$(outdir)/%.gif: %.xpm
+       xpmtoppm $< | ppmtogif > $@
+
 
 $(outdir)/%.ps: $(outdir)/%.dvi
        dvips -o $@ $<
@@ -42,9 +43,8 @@ $(outdir)/%.gz: $(outdir)/%
        gzip -c9 $< > $@
 
 name-stem= $(notdir $(basename $<))
-$(outdir)/%.dvi: $(depth)/input/%.ly 
+$(outdir)/%.dvi: $(depth)/input/%.ly $(depth)/VERSION
        (cd $(outdir); \
-       rm lelie.midi ; \
        lilypond -o  $(name-stem)  ../$< )
        (cd $(outdir); \
        if [ -f ../$(basename $< ).tex ]; \