From 9d675601d6b8501230a8fd773af81e75e27cf048 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 24 Sep 2018 18:43:55 -0400 Subject: Several more changes to auxiliary files. - .gitignore now ignores several new files that latexmk generates - makefile correctly has the gnuplot figures depend on all the files in the data directory --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index b0b7b8b..8a25388 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ DATA=correlation correlation_temp metastable_raw metastable_func all: ${DOC}.pdf -%.tex: figs/%.gplot ${DATA:%=data/%.dat} +%.tex: figs/%.gplot $(shell find data -type f) gnuplot $< > $@ ${DOC}.pdf: ${DOC}.tex ${DOC}.bib ${FIGS:%=%.tex} -- cgit v1.2.3-70-g09d2