diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | makefile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -6,5 +6,7 @@ *Notes.bib *.dvi *.synctex.gz +*.fdb_latexmk +*.fls fig*.tex fig*.eps @@ -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} |