Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
bsc-thesis/make
2013-02-28 17:14:22 +01:00

14 lines
No EOL
194 B
Bash
Executable file

#!/bin/bash
mkdir -p build
cd build
case "$1" in
Presentation) pdflatex "../presentation/presentation.tex"
pdflatex "../presentation/presentation.tex"
mv presentation.pdf ../
esac
cd ..