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