change music target to opus in order to remove a cyclic dependency

This commit is contained in:
Sebastian Hugentobler 2015-12-02 22:05:35 +01:00
parent 15421ccac9
commit f74323ea55
2 changed files with 3 additions and 3 deletions

View File

@ -40,13 +40,13 @@ BOOKLETPDF = $(PDFDIR)/booklet.pdf
MIDITEMPO = 120
all: pdfs midis music book booklet
all: pdfs midis opus book booklet
pdfs: $(PDFS)
midis: pdfs $(MIDIS)
music: midis $(OPUSFILES)
opus: midis $(OPUSFILES)
book: $(BOOKPDF)

View File

@ -28,7 +28,7 @@ The makefile defines multiple targets:
- pdfs: builds all songs as single pdfs (without lyrics for now)
- midis: builds the midi file for each song
- music: converts the midi files into opus files
- opus: converts the midi files into opus files
- book: concatenates the songs (with lyrics) to a songbook
- booklet: converts the songbook to a booklet fit for double sided flip printing