diff options
| author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-09-24 18:31:19 -0400 | 
|---|---|---|
| committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-09-24 18:31:19 -0400 | 
| commit | c362d667781a971bb696bd3622b5a50939249863 (patch) | |
| tree | 555e212ecfd06ab80cc23adfe77f93c90fb63199 /makefile | |
| parent | a5e04f76b0dac4fdd6be00018aa0f54e7202c92d (diff) | |
| download | PRE_98_063306-c362d667781a971bb696bd3622b5a50939249863.tar.gz PRE_98_063306-c362d667781a971bb696bd3622b5a50939249863.tar.bz2 PRE_98_063306-c362d667781a971bb696bd3622b5a50939249863.zip | |
changed the makefile to use more common tools
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -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) | 
