summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-11-28 08:33:27 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-11-28 08:33:27 -0500
commit291938ceaf4d89b92bded5af193d7b7072fb57ec (patch)
treeaf4bf300778ccc6c9c6d007252c9e0202e35bbd4 /makefile
parent5e4aaaf0b0992c0c45b6570deecf63dfc44b724c (diff)
downloadPRE_98_063306-291938ceaf4d89b92bded5af193d7b7072fb57ec.tar.gz
PRE_98_063306-291938ceaf4d89b92bded5af193d7b7072fb57ec.tar.bz2
PRE_98_063306-291938ceaf4d89b92bded5af193d7b7072fb57ec.zip
changed figures to screenshot pngs for publication, added first two proof responses
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index c3d9764..96ddfe3 100644
--- a/makefile
+++ b/makefile
@@ -6,10 +6,10 @@ DATA=correlation correlation_temp metastable_raw metastable_func
all: ${DOC}.pdf
%.tex: figs/%.gplot $(shell find data -type f)
- gnuplot $< > $@
+ gnuplot $<
${DOC}.pdf: ${DOC}.tex ${DOC}.bib ${FIGS:%=%.tex}
- latexmk -pdfdvi $(DOC).tex
+ latexmk -pdf $(DOC).tex
clean:
latexmk -C -f ${DOC}