summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2017-07-07 20:07:35 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2017-07-07 20:07:35 -0400
commit789e65eaf0be44731d36168e8fc2e966ca7a4516 (patch)
treef23db1690c1d888f5839917a34af1b2b66575512
parent8dbdb3a4b883ae7c22a0e71163f3aa1a327fda09 (diff)
downloadpaper-789e65eaf0be44731d36168e8fc2e966ca7a4516.tar.gz
paper-789e65eaf0be44731d36168e8fc2e966ca7a4516.tar.bz2
paper-789e65eaf0be44731d36168e8fc2e966ca7a4516.zip
added figure dependencies to the makefile
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index 8913449..ffa4c63 100644
--- a/makefile
+++ b/makefile
@@ -1,12 +1,14 @@
DOC=essential-ising
FIGS=fig-susmag
+DATA=data_square-4096
+FUNCS=fig-mag_scaling-func fig-sus_scaling-func
all: ${FIGS:%=figs/%.tex}
rubber $(DOC).tex
dvipdf $(DOC).dvi
-figs/%.tex: figs/%.gplot
+figs/%.tex: figs/%.gplot ${DATA:%=data/%.dat} ${FUNCS:%=figs/%.dat}
gnuplot $< > $@
clean: