diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-11-07 10:43:35 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-11-07 10:43:35 -0500 |
commit | e7220fadb6b3775e55afd9a07831e90136cfaf24 (patch) | |
tree | 73701a2892deda076c4d60213d6da9b2d7b790a8 /makefile | |
parent | 74da6e178889df2264486e762f088c7635704652 (diff) | |
download | PRE_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-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |