From e8a77c91e16429eb1f6a045e3dcea548a2c39d17 Mon Sep 17 00:00:00 2001 From: Peter Ludikovsky Date: Thu, 21 Dec 2017 12:46:24 +0100 Subject: [PATCH] =?UTF-8?q?Statuten=20zu=20HTML=20m=C3=B6glich?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Statuten/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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