From ebbb9057ce7b98285c64538314629ec58fa10acb Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sun, 11 Sep 2011 18:56:17 +0200 Subject: [PATCH] lilypond >=2.14 do not produce ps files anymore --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 3f59b6b7..e2561d98 100644 --- a/makefile +++ b/makefile @@ -59,6 +59,7 @@ clean: $(TARGETS:%=%.toc) $(TARGETS:%=%.out) $(TARGETS:%=%.log) \ $(TARGETS:%=%.nav) $(TARGETS:%=%.snm) @rm -f *.sbx *.sxd + @rm -f lilypond/*.ps cleanall: clean @rm -f $(PDF) @@ -85,7 +86,6 @@ $(PDF): %.pdf: %.tex %.aux %.pdf: %.ly @$(LILYPOND) --output=$(@:%.pdf=%) $< - @rm $(@:%.pdf=%.ps) $(CHORDS): $(CHORDS_SRC) $(MAKE_CHORDS) -o $@