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/Makefile

15 lines
219 B
Makefile
Raw Normal View History

2020-12-06 10:56:03 +01:00
.PHONY: clean
default:
make Einzug.pdf
make Aufnahmeantrag_aktiv.pdf
%.pdf: %.tex headfoot.tex
mkdir -p build
./latexdockercmd.sh pdflatex --output-directory=build $<
mv build/$@ .
clean:
rm -r build
rm *.pdf