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
|
MIDITEMPO = 120
|
||||||
|
|
||||||
all: pdfs midis music book booklet
|
all: pdfs midis opus book booklet
|
||||||
|
|
||||||
pdfs: $(PDFS)
|
pdfs: $(PDFS)
|
||||||
|
|
||||||
midis: pdfs $(MIDIS)
|
midis: pdfs $(MIDIS)
|
||||||
|
|
||||||
music: midis $(OPUSFILES)
|
opus: midis $(OPUSFILES)
|
||||||
|
|
||||||
book: $(BOOKPDF)
|
book: $(BOOKPDF)
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ The makefile defines multiple targets:
|
|||||||
|
|
||||||
- pdfs: builds all songs as single pdfs (without lyrics for now)
|
- pdfs: builds all songs as single pdfs (without lyrics for now)
|
||||||
- midis: builds the midi file for each song
|
- 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
|
- book: concatenates the songs (with lyrics) to a songbook
|
||||||
- booklet: converts the songbook to a booklet fit for double sided flip printing
|
- booklet: converts the songbook to a booklet fit for double sided flip printing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user