From ff8c4a21dfa492793c325d6ce87ed99efea3daf0 Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Tue, 14 Apr 2020 23:04:09 +0100
Subject: Added note with link to paper's distribution tarball

Since the journal doesn't accept supplementary files during initial
submission, I have put this link on the PDF for the referee and editors to
access if they want.

Also the `tex/img' file was added to the distribution tarball.
---
 reproduce/analysis/make/initialize.mk | 1 +
 1 file changed, 1 insertion(+)

(limited to 'reproduce/analysis')

diff --git a/reproduce/analysis/make/initialize.mk b/reproduce/analysis/make/initialize.mk
index 3213700..2736f2a 100644
--- a/reproduce/analysis/make/initialize.mk
+++ b/reproduce/analysis/make/initialize.mk
@@ -297,6 +297,7 @@ $(packagecontents): paper.pdf | $(texdir)
         # Copy all the necessary `reproduce' and `tex' contents.
 	shopt -s extglob
 	cp -r tex/src                            $$dir/tex/src
+	cp -r tex/img                            $$dir/tex/img
 	cp tex/tikz/*.pdf                        $$dir/tex/tikz
 	cp -r reproduce/*                        $$dir/reproduce
 	for d in $$(find tex/build/ -mindepth 1 -maxdepth 1 -type d \
-- 
cgit v1.2.1