This repository has been archived on 2021-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mitgliederformulare/Einzug/Makefile
2020-04-14 20:18:17 +02:00

10 lines
178 B
Makefile

.PHONY: clean
default: Einzug.tex\
headfoot.tex
mkdir -p build
../latexdockercmd.sh pdflatex --output-directory=build Einzug.tex
mv build/Einzug.pdf .
clean:
rm -r build