remove VPATH from the makefile as it is not in use
This commit is contained in:
parent
4c89847595
commit
b44a46aae1
5
Makefile
5
Makefile
@ -7,11 +7,6 @@ PDF=cd $(OUTDIR) && pdflatex --enable-pipes --shell-escape $(FILE).tex
|
|||||||
INDEX=cd $(OUTDIR) && makeindex $(FILE).tex
|
INDEX=cd $(OUTDIR) && makeindex $(FILE).tex
|
||||||
REVISIONINFO = `git log -1 --format="%h"`
|
REVISIONINFO = `git log -1 --format="%h"`
|
||||||
|
|
||||||
VPATH = \
|
|
||||||
$(CURDIR)/lyrics \
|
|
||||||
$(CURDIR)/notes \
|
|
||||||
$(CURDIR)/pdf \
|
|
||||||
|
|
||||||
all: book booklet
|
all: book booklet
|
||||||
|
|
||||||
book: $(OUTDIR) $(PDFDIR) $(GITINFO)
|
book: $(OUTDIR) $(PDFDIR) $(GITINFO)
|
||||||
|
Loading…
Reference in New Issue
Block a user