aufnahmeantrag-foerder #9

Merged
tux merged 16 commits from aufnahmeantrag-foerder into master 2020-12-08 12:44:08 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit c8b7418d5e - Show all commits

View file

@ -1,10 +1,10 @@
.PHONY: clean
default: Aufnahmeantrag_foerder.tex\
default: Aufnahmeantrag_foerder_nat.tex\
headfoot.tex
mkdir -p build
../latexdockercmd.sh pdflatex --output-directory=build Aufnahmeantrag_foerder.tex
mv build/Aufnahmeantrag_foerder.pdf .
../latexdockercmd.sh pdflatex --output-directory=build Aufnahmeantrag_foerder_nat.tex
mv build/Aufnahmeantrag_foerder_nat.pdf .
clean:
rm -r build