diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-06-05 12:15:45 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-06-05 12:15:45 -0400 |
commit | 8b2c04f7245783ab2f1788f698fabd0bc4f8067a (patch) | |
tree | bfc71ae1bb118b9295021af0d2de7abf2ce5427f /makefile | |
parent | dcf45d7729f2a6cfca32416716d079ea649f4798 (diff) | |
download | paper-8b2c04f7245783ab2f1788f698fabd0bc4f8067a.tar.gz paper-8b2c04f7245783ab2f1788f698fabd0bc4f8067a.tar.bz2 paper-8b2c04f7245783ab2f1788f698fabd0bc4f8067a.zip |
changed figures to gnuplot figures
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 $< > $@ |