summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2017-06-05 12:15:45 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2017-06-05 12:15:45 -0400
commit8b2c04f7245783ab2f1788f698fabd0bc4f8067a (patch)
treebfc71ae1bb118b9295021af0d2de7abf2ce5427f /makefile
parentdcf45d7729f2a6cfca32416716d079ea649f4798 (diff)
downloadpaper-8b2c04f7245783ab2f1788f698fabd0bc4f8067a.tar.gz
paper-8b2c04f7245783ab2f1788f698fabd0bc4f8067a.tar.bz2
paper-8b2c04f7245783ab2f1788f698fabd0bc4f8067a.zip
changed figures to gnuplot figures
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/makefile b/makefile
index f9421b5..0ec0215 100644
--- a/makefile
+++ b/makefile
@@ -1,9 +1,10 @@
-DOC=essential-ising.tex
-FIGS=scaling_func
+DOC=essential-ising
+FIGS=fig-sus fig-mag
all: ${FIGS:%=figs/%.tex}
- rubber --pdf $(DOC)
+ rubber $(DOC).tex
+ dvipdf $(DOC).dvi
figs/%.tex: figs/%.gplot
gnuplot $< > $@