summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-04-29 14:01:10 +0300
committerLars Wirzenius <liw@liw.fi>2019-04-29 14:01:10 +0300
commit315fbae5532c1a0bddac82b927e936e3f666ade0 (patch)
tree3bcb7a31ac63efa573540ff51ca940cb1318218e /Makefile
downloadsaga-poc-315fbae5532c1a0bddac82b927e936e3f666ade0.tar.gz
Add: muck1 and muck2 prototypes
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