summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent8576d301768fccb802b5cee47fe2cd07151fa177 (diff)
downloadwmf-ci-arch-4ffaf4272194a6415796aeaf753d87ee40b9e3df.tar.gz
Change: PDF
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 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 $@ $<