diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-11-28 08:33:27 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-11-28 08:33:27 -0500 |
commit | 291938ceaf4d89b92bded5af193d7b7072fb57ec (patch) | |
tree | af4bf300778ccc6c9c6d007252c9e0202e35bbd4 /makefile | |
parent | 5e4aaaf0b0992c0c45b6570deecf63dfc44b724c (diff) | |
download | PRE_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-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |