remove VPATH from the makefile as it is not in use

This commit is contained in:
Sebastian Hugentobler 2013-11-18 11:56:15 +01:00
parent 4c89847595
commit b44a46aae1

View File

@ -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)