summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-09-24 18:31:19 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-09-24 18:31:19 -0400
commitc362d667781a971bb696bd3622b5a50939249863 (patch)
tree555e212ecfd06ab80cc23adfe77f93c90fb63199
parenta5e04f76b0dac4fdd6be00018aa0f54e7202c92d (diff)
downloadPRE_98_063306-c362d667781a971bb696bd3622b5a50939249863.tar.gz
PRE_98_063306-c362d667781a971bb696bd3622b5a50939249863.tar.bz2
PRE_98_063306-c362d667781a971bb696bd3622b5a50939249863.zip
changed the makefile to use more common tools
-rw-r--r--makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile b/makefile
index d9447e9..37670bd 100644
--- a/makefile
+++ b/makefile
@@ -9,8 +9,7 @@ all: ${DOC}.pdf
gnuplot $< > $@
${DOC}.pdf: ${DOC}.tex ${DOC}.bib ${FIGS:%=%.tex}
- rubber $(DOC).tex
- dvipdf $(DOC).dvi
+ latexmk -pdfdvi $(DOC).tex
clean:
rubber --clean $(DOC)