From 555c239ea5e0d814767d8583b9377da1579cadf7 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 1 Dec 2015 11:31:35 +0100 Subject: [PATCH] add lyrics var to makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 71f838c..66af725 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ LYRICSDIR = $(SRCDIR)/lyrics OUTPUTFILE = $(OUTDIR)/singalongs.tex SCORES = $(wildcard $(SCORESDIR)/*.ly) +LYRICS = $(wildcard $(LYRICSDIR)/*.tex) PDFS = $(patsubst %.ly,$(PDFDIR)/%.pdf,$(notdir $(SCORES))) MIDIS = $(patsubst %.ly,$(MIDIDIR)/%.midi,$(notdir $(SCORES))) OPUSFILES = $(patsubst %.ly,$(OPUSDIR)/%.opus,$(notdir $(SCORES)))