From 8b2c04f7245783ab2f1788f698fabd0bc4f8067a Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 5 Jun 2017 12:15:45 -0400 Subject: changed figures to gnuplot figures --- makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'makefile') 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 $< > $@ -- cgit v1.2.3-54-g00ecf