infos/Statuten/Makefile

8 lines
161 B
Makefile

all: pdf
pdf: statuten.md
pandoc -f markdown -t latex -o statuten.pdf -Vgeometry:margin=2cm -Vpapersize=a4 -Vlang=de statuten.md
clean:
rm -rf statuten.pdf