summaryrefslogtreecommitdiffstats
path: root/build.sh
blob: b1a5021178dd8ffbdaf394c3b2d62c1123c1d340 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

CDPATH='' cd -- "$(dirname -- "$0")" || exit

latexmk "src/resume.tex"

for f in ./src/*/cover_letter.tex; do
	latexmk "$f"
done