diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-14 23:04:09 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-14 23:11:10 +0100 |
commit | ff8c4a21dfa492793c325d6ce87ed99efea3daf0 (patch) | |
tree | c6341a02c0cbc8fe0c167d09eed06443d0cfeb68 /reproduce/analysis/make | |
parent | 0d468bf8336f8f82be835e36b2ccaaa3afab5665 (diff) |
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.
Diffstat (limited to 'reproduce/analysis/make')
-rw-r--r-- | reproduce/analysis/make/initialize.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |