Skip to content
Snippets Groups Projects
Commit 45d088bb authored by Malin Freeborn's avatar Malin Freeborn
Browse files

make autocompile symlink to config/autocompile.sh

parent 5706fcac
Branches
Tags
No related merge requests found
#!/bin/bash
if [ $1 = clean ]; then
rm *aux *log main.{i,g}* *toc
exit 0
fi
if [ $1 = tree ]; then
git subtree -P config pull ../config master && \
git subtree -P config push ../config core
fi
pdflatex main.tex
pdflatex main.tex
makeindex main.idx
makeglossaries main
pdflatex main.tex
config/autocompile.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment