From f3283a7cba233c460547ccff4d2933c72cc1bdd7 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 12 Feb 2016 14:19:28 +0100 Subject: Don't need deps in this project --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 879e180..6861544 100644 --- a/Makefile +++ b/Makefile @@ -2,18 +2,12 @@ TARGET=$(subst .tex,.pdf,$(wildcard *.tex)) all: $(TARGET) -%.dep: %.tex - perl -lnwe 'print "$*.pdf: $$1" if /\\input{([\w-]+\.tex)}/' <$< >$@ - -include $(TARGET:.pdf=.dep) - -%.pdf : %.tex +%.pdf : %.tex sv.sty pdflatex $< pdflatex $< clean: latexmk -c - rm -f *.dep .PHONY: clean -- cgit v1.2.3