summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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 $< > $@