summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2020-12-22 19:41:25 +0100
committerJaron Kent-Dobias <jaron@kent-dobias.com>2020-12-22 19:41:25 +0100
commite11ae4bdaacb3c3e386039ab013ce1ed514b9792 (patch)
treea4174d7bb285afa53882ef9b9c7039ed8ae865a6 /makefile
parent883368ecef475949b961955f5857ff7ab3944d0d (diff)
downloadpaper-e11ae4bdaacb3c3e386039ab013ce1ed514b9792.tar.gz
paper-e11ae4bdaacb3c3e386039ab013ce1ed514b9792.tar.bz2
paper-e11ae4bdaacb3c3e386039ab013ce1ed514b9792.zip
Deleted a lot.
Diffstat (limited to 'makefile')
-rw-r--r--makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/makefile b/makefile
deleted file mode 100644
index a04aaa6..0000000
--- a/makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-
-DOC=essential-ising
-FIGS=fig-susmag fig-series
-DATA=data_square-4096
-FUNCS=fig-mag_scaling-func fig-sus_scaling-func fig-series-data
-
-all: ${DOC}.pdf
-
-%.tex: figs/%.gplot ${DATA:%=data/%.dat} ${FUNCS:%=figs/%.dat}
- gnuplot $< > $@
-
-${DOC}.pdf: ${DOC}.tex ${DOC}.bib ${FIGS:%=%.tex}
- rubber $(DOC).tex
- dvipdf $(DOC).dvi
-
-clean:
- rubber --clean $(DOC)
- rm -f $(DOC).pdf
- rm -f $(DOC)Notes.bib
- rm -f ${FIGS:%=%.tex}
-