diff --git a/Statuten/Makefile b/Statuten/Makefile index 7789b1c..07975ab 100644 --- a/Statuten/Makefile +++ b/Statuten/Makefile @@ -1,7 +1,10 @@ -all: pdf +all: pdf html pdf: statuten.md pandoc -f markdown -t latex -o statuten.pdf -Vgeometry:margin=2cm -Vpapersize=a4 -Vlang=de statuten.md +html: statuten.md + pandoc -f markdown -t html5 -o statuten.html --standalone -Vlang=de statuten.md + clean: - rm -rf statuten.pdf + rm -rf statuten.pdf statuten.html