change music target to opus in order to remove a cyclic dependency
This commit is contained in:
parent
15421ccac9
commit
f74323ea55
4
Makefile
4
Makefile
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user