summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-05-03 21:53:14 +0300
committerLars Wirzenius <liw@liw.fi>2019-05-03 21:53:14 +0300
commit11a00692753622d1865e0c7482fa72fef67a0e14 (patch)
tree10c9cf8ca1642b831d822ace22164f7735f92431 /Makefile
parent15e5eced9623c42383eaeded1bc127de814b3b23 (diff)
downloadsaga-poc-11a00692753622d1865e0c7482fa72fef67a0e14.tar.gz
Add: beginnings of Saga documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a7194c7..cd287a4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
-all: muck1.pdf muck2.pdf muck3.pdf jt1.pdf jt2.pdf
+all: muck1.pdf muck2.pdf muck3.pdf jt1.pdf jt2.pdf saga.pdf
%.pdf: %.yarn
pandoc -o $@ $< \
--number-sections \
- --template eisvogel.tex \
--toc \
+ --top-level-division=chapter \
+ -Vdocumentclass:report \
-Vtitlepage:true \
-Vgeometry:a4paper \
-Vfontsize:12pt \