From deb25987ff94eacf2a265825834033e2fdef46a1 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 18 Nov 2013 10:18:50 +0100 Subject: [PATCH] Removed unnecessary suffice line in makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 00e11df..3a50c2d 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,6 @@ PDF=cd $(OUTDIR) && pdflatex --enable-pipes --shell-escape $(FILE).tex INDEX=cd $(OUTDIR) && makeindex $(FILE).tex REVISIONINFO = `git log -1 --format="%h"` -.SUFFIXES: .lytex .tex .ly .pdf - VPATH = \ $(CURDIR)/lyrics \ $(CURDIR)/notes \