aboutsummaryrefslogtreecommitdiff
path: root/reproduce/analysis/make/initialize.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-13 21:51:16 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-13 21:55:00 +0100
commit817b1967f9a17d766c332f640288ddf04f95dcc9 (patch)
treefe7d4bc28a909375078723e87dd6bf92f8ff41cc /reproduce/analysis/make/initialize.mk
parentbdbff0b7a6e7f126d20bd5cf92c552e5eb84b457 (diff)
Installation year removed from TeXLive installation
TeXLive recently transitioned from its 2019 version to its 2020 version thanks to Elham Saremi's trial of the this project. The fact that traditionally Maneage installs all TeXLive packages in a per-year directory is very annoying and required an update in the core Maneage system every year. So I suddently recognized that we can fix this by setting a different name for the directory holding the release year. This has been implemented with this commit. I have also done this change in the main Maneage branch for other projects to also benefit from this correction.
Diffstat (limited to 'reproduce/analysis/make/initialize.mk')
-rw-r--r--reproduce/analysis/make/initialize.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/analysis/make/initialize.mk b/reproduce/analysis/make/initialize.mk
index ce4e488..29afbfe 100644
--- a/reproduce/analysis/make/initialize.mk
+++ b/reproduce/analysis/make/initialize.mk
@@ -324,7 +324,7 @@ $(packagecontents): paper.pdf | $(texdir)
# file. TIP: you can use the same strategy for other LaTeX packages
# that may cause problems on the arXiv server.
cp tex/build/build/paper.bbl $$dir/
- tltopdir=.local/texlive/2019/texmf-dist/tex/latex
+ tltopdir=.local/texlive/maneage/texmf-dist/tex/latex
find $$tltopdir/biblatex/ -maxdepth 1 -type f -print0 \
| xargs -0 cp -t $$dir