summaryrefslogtreecommitdiff
path: root/makefile
blob: 7f43e4468640486565a7e289702059d71bf2466e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

DOC=essential-ising
FIGS=fig-sus fig-mag

all: ${FIGS:%=figs/%.tex}
	rubber $(DOC).tex
	dvipdf $(DOC).dvi

figs/%.tex: figs/%.gplot
	gnuplot $< > $@

clean:
	rubber --clean $(DOC)
	rm -f $(DOC).pdf
	rm -f $(DOC)Notes.bib
	rm -f ${FIGS:%=figs/%.tex}