Unverified Commit 64e251f2 authored by Vít Novotný's avatar Vít Novotný
Browse files

Make `install-overleaf.sh` invoke `make implode` and `make dist`

parent aca6f2cf
Pipeline #146572 passed with stage
in 13 minutes and 5 seconds
......@@ -23,6 +23,8 @@ if [[ $1 != --only-publish && $1 != --only-upload ]]; then
rm -rf /tmp/{fithesis,overleaf} ./overleaf
# Prepare the files
make implode
make dist
mkdir /tmp/{fithesis,overleaf}
unzip -d /tmp/fithesis fithesis.tds.zip
TDS=/tmp/fithesis/tex/latex/fithesis
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment