infos/Statuten/Makefile

8 lines
161 B
Makefile
Raw Normal View History

2017-12-18 23:43:46 +01:00
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