From 91cf18f2f55706c7b764fdc5f048b0c6106c698e Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 12 Jul 2017 12:26:38 -0400 Subject: many final changes --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index b726870..32f4b74 100644 --- a/makefile +++ b/makefile @@ -6,10 +6,10 @@ FUNCS=fig-mag_scaling-func fig-sus_scaling-func all: ${DOC}.pdf -figs/%.tex: figs/%.gplot ${DATA:%=data/%.dat} ${FUNCS:%=figs/%.dat} +%.tex: figs/%.gplot ${DATA:%=data/%.dat} ${FUNCS:%=figs/%.dat} gnuplot $< > $@ -${DOC}.pdf: ${DOC}.tex ${DOC}.bib ${FIGS:%=figs/%.tex} +${DOC}.pdf: ${DOC}.tex ${DOC}.bib ${FIGS:%=%.tex} rubber $(DOC).tex dvipdf $(DOC).dvi @@ -17,5 +17,5 @@ clean: rubber --clean $(DOC) rm -f $(DOC).pdf rm -f $(DOC)Notes.bib - rm -f ${FIGS:%=figs/%.tex} + rm -f ${FIGS:%=%.tex} -- cgit v1.2.3-54-g00ecf