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

Try making sure notebook tex is build

parent ec63f83e
No related branches found
No related tags found
No related merge requests found
Pipeline #32475 passed
...@@ -9,14 +9,14 @@ BIBFILES = $(addsuffix /references.bib, ${CHAPTERDIRS}) ...@@ -9,14 +9,14 @@ BIBFILES = $(addsuffix /references.bib, ${CHAPTERDIRS})
SAGESCRIPT = main.sagetex.sage SAGESCRIPT = main.sagetex.sage
main.pdf: ${TEXFILES} ${BIBFILES} ${PREAMBLEFILES} main.sagetex.sout.tmp tilt.rs main.pdf: ${TEXFILES} ${BIBFILES} ${PREAMBLEFILES} main.sagetex.sout.tmp tilt.rs notebook_tex
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
PYTHONPATH=`echo $(CHAPTERDIRS) | sed 's/ \+/:/g'` sage ${SAGESCRIPT} PYTHONPATH=`echo $(CHAPTERDIRS) | sed 's/ \+/:/g'` sage ${SAGESCRIPT}
${SAGESCRIPT}: ${TEXFILES} ${SAGESCRIPT}: ${TEXFILES}
latexmk || echo this is meant to fail latexmk \$max_repeat=<1> || echo this is meant to fail
# seems to be a bug with sagetex, only works if patched: # seems to be a bug with sagetex, only works if patched:
sed -i -e 's;version_check=)$$;version_check=True);' $@ sed -i -e 's;version_check=)$$;version_check=True);' $@
......
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