summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 21:17:42 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 21:17:42 +0300
commit4ffaf4272194a6415796aeaf753d87ee40b9e3df (patch)
treee81171932e2021aa1c6c3636d034835302c6ede0
parent8576d301768fccb802b5cee47fe2cd07151fa177 (diff)
downloadwmf-ci-arch-4ffaf4272194a6415796aeaf753d87ee40b9e3df.tar.gz
Change: PDF
-rw-r--r--Makefile7
-rw-r--r--ci-arch.mdwn4
2 files changed, 8 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d851fec..2d9cd7f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
-.SUFFIXES: .html .mdwn
+.SUFFIXES: .html .mdwn .pdf
-all: ci-arch.html
+all: ci-arch.html ci-arch.pdf
.mdwn.html:
pandoc --standalone --toc -o $@ $<
+
+.mdwn.pdf:
+ pandoc -Vdocumentclass:report --toc -o $@ $<
diff --git a/ci-arch.mdwn b/ci-arch.mdwn
index 99777a0..275634c 100644
--- a/ci-arch.mdwn
+++ b/ci-arch.mdwn
@@ -1,4 +1,6 @@
-TITLE: Future WMF CI architecture
+---
+title: Future WMF CI architecture
+...
# Introduction