Skip to content

Commit

Permalink
Unterverzeichnis Satzung aufgelöst.
Browse files Browse the repository at this point in the history
a4paper in die geometry eingetragen.
  • Loading branch information
jnweiger committed May 24, 2016
1 parent d580d09 commit b8ccf6b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
File renamed without changes.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# Tune margins, so dass die Unterschriften beieinander bleiben!

MARGINS=geometry:"top=1.5cm, bottom=1.5cm, left=1.7cm, right=1.7cm"
PANDOC_PDF=pandoc --latex-engine xelatex --standalone -f markdown_github -t latex -V mainfont=FreeSans -V $(MARGINS) -V fontsize=10pt -V papersize=A4
MARGINS=geometry:"top=1.5cm, bottom=1.5cm, left=1.7cm, right=1.7cm, a4paper"
PANDOC_PDF=pandoc --latex-engine xelatex --standalone -f markdown_github -t latex -V mainfont=FreeSans -V $(MARGINS) -V fontsize=10pt
PANDOC_HTML=pandoc --standalone -f markdown_github -t html -V mainfont=sans

all: satzung Beitrags-Gebuehrenordnung.pdf Geschaeftsordnung.pdf

satzung: Satzung.html Satzung.pdf

Satzung.pdf: Satzung/Satzung.md Vorstandsunterschriften.md
$(PANDOC_PDF) -o build/Satzung.pdf Satzung/Satzung.md Vorstandsunterschriften.md
Satzung.pdf: Satzung.md Vorstandsunterschriften.md
$(PANDOC_PDF) -o build/Satzung.pdf Satzung.md Vorstandsunterschriften.md

Satzung.html: Satzung/Satzung.md
$(PANDOC_HTML) -o build/Satzung.html Satzung/Satzung.md
Satzung.html: Satzung.md
$(PANDOC_HTML) -o build/Satzung.html Satzung.md

Beitrags-Gebuehrenordnung.pdf: Beitrags-Gebuehrenordnung.md
$(PANDOC_PDF) -o build/Beitrags-Gebuehrenordnung.pdf Beitrags-Gebuehrenordnung.md
Expand All @@ -25,5 +25,5 @@ Geschaeftsordnung.pdf: Geschaeftsordnung.md
$(PANDOC_PDF) -o build/Geschaeftsordnung.pdf Geschaeftsordnung.md

clean:
rm -rf build/*
rm -rf build/*.pdf build/*.html

File renamed without changes.
2 changes: 2 additions & 0 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Das Makefile erzeugt PDF und HTML Dokumente hier.

Generierte PDFs werden per release auf github veröffentlicht.

0 comments on commit b8ccf6b

Please sign in to comment.