aboutsummaryrefslogtreecommitdiff
path: root/zeitung/run
blob: ceb28ad52f6848c6ce12196b199821011bfef360 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env sh

if [ "$1" = "clean" ]; then
    rm -rf build/
fi

mkdir -p build/ &&
    latexmk -shell-escape -output-directory=build/ -xelatex &&
    zathura build/main.pdf