Removed unnecessary suffice line in makefile

This commit is contained in:
Sebastian Hugentobler 2013-11-18 10:18:50 +01:00
parent 4f3377824a
commit deb25987ff

View File

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