Statuten zu HTML möglich

This commit is contained in:
Peter 2017-12-21 12:46:24 +01:00
parent 164a317cee
commit e8a77c91e1
Signed by: pludi
GPG Key ID: CFBA360E696EDC99
1 changed files with 5 additions and 2 deletions

View File

@ -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