Skip to content
Snippets Groups Projects
Commit 21adf082 authored by Luke Naylor's avatar Luke Naylor
Browse files

Move symlink creation to Makefile

parent 9e6006d6
No related branches found
No related tags found
No related merge requests found
Pipeline #32403 passed
...@@ -4,3 +4,4 @@ sagetex.sty ...@@ -4,3 +4,4 @@ sagetex.sty
sage-plots-for-main.tex/ sage-plots-for-main.tex/
dependency-newcommands.tex dependency-newcommands.tex
dependency-packages.tex dependency-packages.tex
tilt.rs
\ No newline at end of file
...@@ -9,7 +9,6 @@ build: ...@@ -9,7 +9,6 @@ build:
- echo $SHELL - echo $SHELL
- source /root/.bashrc - source /root/.bashrc
- sage -pip install "pseudowalls==0.0.3" --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple - sage -pip install "pseudowalls==0.0.3" --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple
- ln -s max-destabilizer-rank/tilt.rs/ tilt.rs
- make main.pdf || echo make failed - make main.pdf || echo make failed
artifacts: artifacts:
paths: paths:
......
...@@ -9,7 +9,7 @@ BIBFILES = $(addsuffix /references.bib, ${CHAPTERDIRS}) ...@@ -9,7 +9,7 @@ BIBFILES = $(addsuffix /references.bib, ${CHAPTERDIRS})
SAGESCRIPT = main.sagetex.sage SAGESCRIPT = main.sagetex.sage
main.pdf: ${TEXFILES} ${BIBFILES} ${PREAMBLEFILES} main.sagetex.sout.tmp main.pdf: ${TEXFILES} ${BIBFILES} ${PREAMBLEFILES} main.sagetex.sout.tmp tilt.rs
latexmk || echo this fails but seems to produce pdf correctly latexmk || echo this fails but seems to produce pdf correctly
main.sagetex.sout.tmp: ${SAGESCRIPT} chapter_py_libs main.sagetex.sout.tmp: ${SAGESCRIPT} chapter_py_libs
...@@ -40,6 +40,9 @@ chapter_py_libs: ...@@ -40,6 +40,9 @@ chapter_py_libs:
$(MAKE) -C $$dir notebook_py_libs; \ $(MAKE) -C $$dir notebook_py_libs; \
done done
tilt.rs:
ln -s max-destabilizer-rank/tilt.rs/ tilt.rs
newcommands.tex: dependency-newcommands.tex newcommands.tex: dependency-newcommands.tex
packages.tex: dependency-packages.tex packages.tex: dependency-packages.tex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment