add lyrics var to makefile
This commit is contained in:
parent
8dee8e6baf
commit
555c239ea5
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -30,6 +30,7 @@ LYRICSDIR = $(SRCDIR)/lyrics
|
||||||
OUTPUTFILE = $(OUTDIR)/singalongs.tex
|
OUTPUTFILE = $(OUTDIR)/singalongs.tex
|
||||||
|
|
||||||
SCORES = $(wildcard $(SCORESDIR)/*.ly)
|
SCORES = $(wildcard $(SCORESDIR)/*.ly)
|
||||||
|
LYRICS = $(wildcard $(LYRICSDIR)/*.tex)
|
||||||
PDFS = $(patsubst %.ly,$(PDFDIR)/%.pdf,$(notdir $(SCORES)))
|
PDFS = $(patsubst %.ly,$(PDFDIR)/%.pdf,$(notdir $(SCORES)))
|
||||||
MIDIS = $(patsubst %.ly,$(MIDIDIR)/%.midi,$(notdir $(SCORES)))
|
MIDIS = $(patsubst %.ly,$(MIDIDIR)/%.midi,$(notdir $(SCORES)))
|
||||||
OPUSFILES = $(patsubst %.ly,$(OPUSDIR)/%.opus,$(notdir $(SCORES)))
|
OPUSFILES = $(patsubst %.ly,$(OPUSDIR)/%.opus,$(notdir $(SCORES)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue