update zonder crappy gz
[tt2015.git] / Makefile
index 22cac39..6359871 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ SOURCES:=$(filter-out preamble.tex,$(shell ls *.tex))
 
 all: $(DOCUMENT).pdf
 
-%.pdf: %.tex %.fmt $(SOURCES)
+%.pdf: %.tex %.fmt $(SOURCES) $(shell ls *.svg)
        $(LATEX) $(basename $@)
        bibtex $(basename $@)
        $(LATEX) $(basename $@)