summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2017-07-12 12:26:38 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2017-07-12 12:26:38 -0400
commit91cf18f2f55706c7b764fdc5f048b0c6106c698e (patch)
tree97618454485ad6063445e100d82ddf738a9ef7b5 /makefile
parentb818025acf3c4f1973fe8548ad81e229b1f5c889 (diff)
downloadpaper-91cf18f2f55706c7b764fdc5f048b0c6106c698e.tar.gz
paper-91cf18f2f55706c7b764fdc5f048b0c6106c698e.tar.bz2
paper-91cf18f2f55706c7b764fdc5f048b0c6106c698e.zip
many final changesarXiv-v1
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
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}