summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-06 17:50:47 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-06 17:50:47 +0300
commitd35d8bbed374e9d836f62737e56bda60ecb6b8e5 (patch)
tree026953f9fab1d63d0ff4fe4613259ac13ac6184e /Makefile
parent1fb0a569da6cc199e5f34b1e23426d86a74489b2 (diff)
downloadwmf-ci-arch-d35d8bbed374e9d836f62737e56bda60ecb6b8e5.tar.gz
Change: add some figure, edit text
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2d9cd7f..edaf7fa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,14 @@
-.SUFFIXES: .html .mdwn .pdf
+.SUFFIXES: .html .mdwn .pdf .dot .svg
all: ci-arch.html ci-arch.pdf
+ci-arch.pdf ci-arch.html: ci-arch.mdwn ecosystem.svg pipeline.svg
+
+.dot.svg:
+ dot -Tsvg -o$@ $<
+
.mdwn.html:
pandoc --standalone --toc -o $@ $<
.mdwn.pdf:
- pandoc -Vdocumentclass:report --toc -o $@ $<
+ pandoc -f markdown+implicit_figures -Vdocumentclass:report --toc -o $@ $<