summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..640b4cb
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,14 @@
+all: muck1.pdf muck2.pdf
+
+%.pdf: %.yarn
+ pandoc -o $@ $< \
+ --number-sections \
+ --template eisvogel.tex \
+ --toc \
+ -Vtitlepage:true \
+ -Vgeometry:a4paper \
+ -Vfontsize:12pt \
+ -Vmainfont:FreeSerif \
+ -Vsansfont:FreeSans \
+ -Vmonofont:FreeMonoBold \
+ -Vgeometry:top=2cm,bottom=2.5cm,left=2cm,right=1cm