Browse Source

lilypond >=2.14 do not produce ps files anymore

remotes/origin/split-songs
Romain Goffe 14 years ago
parent
commit
f3f315a270
  1. 2
      makefile

2
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 $@

Loading…
Cancel
Save