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 --- .gitignore | 2 ++ makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c07fd9f..5e54a7f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,7 @@ *Notes.bib *.dvi *.synctex.gz +*.fdb_latexmk +*.fls fig*.tex fig*.eps 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