From b44a46aae15717469006759c0a5751bc941105dd Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 18 Nov 2013 11:56:15 +0100 Subject: [PATCH] remove VPATH from the makefile as it is not in use --- Makefile | 5 ----- 1 file changed, 5 deletions(-) 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)