summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2017-11-07 10:43:35 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2017-11-07 10:43:35 -0500
commite7220fadb6b3775e55afd9a07831e90136cfaf24 (patch)
tree73701a2892deda076c4d60213d6da9b2d7b790a8 /makefile
parent74da6e178889df2264486e762f088c7635704652 (diff)
downloadPRE_98_063306-e7220fadb6b3775e55afd9a07831e90136cfaf24.tar.gz
PRE_98_063306-e7220fadb6b3775e55afd9a07831e90136cfaf24.tar.bz2
PRE_98_063306-e7220fadb6b3775e55afd9a07831e90136cfaf24.zip
many changes, including added references
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2a9a11a..364b659 100644
--- a/makefile
+++ b/makefile
@@ -5,7 +5,7 @@ DATA=fig_correlation_data_collapse-hL
all: ${DOC}.pdf
-%.tex: figs/%.gplot ${DATA:%=data/%.dat} ${FUNCS:%=figs/%.dat}
+%.tex: figs/%.gplot ${DATA:%=figs/%.dat}
gnuplot $< > $@
${DOC}.pdf: ${DOC}.tex ${DOC}.bib ${FIGS:%=%.tex}