aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/make/paper.mk
diff options
context:
space:
mode:
Diffstat (limited to 'reproduce/src/make/paper.mk')
-rw-r--r--reproduce/src/make/paper.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/reproduce/src/make/paper.mk b/reproduce/src/make/paper.mk
index 17d59bf..aea6c60 100644
--- a/reproduce/src/make/paper.mk
+++ b/reproduce/src/make/paper.mk
@@ -126,6 +126,12 @@ paper.pdf: tex/pipeline.tex paper.tex $(texbdir)/paper.bbl \
@macros=$$(cat tex/pipeline.tex)
if [ x"$$macros" != x ]; then
+ # If it doesn't exist, make the `tex/tikz' symbolic link
+ # directory. This is necessary for situations when we just want
+ # TeX to use built figures instead of actually building the
+ # figures.
+ if [ ! -e tex/tikz ]; then ln -s $(tikzdir) tex/tikz; fi
+
# Go into the top TeX build directory and make the paper.
p=$$(pwd)
export TEXINPUTS=$$p:$$TEXINPUTS