diff --git a/Makefile b/Makefile index 3a50c2d..b0468ec 100644 --- a/Makefile +++ b/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)