summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-22 18:29:29 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-22 18:29:29 +0300
commit28c00cac88bbcd3907ae3b694abedc174f19bbe6 (patch)
tree6886a04cb94a8ea91749f7594e970996bee7151f /Makefile
parentaec453d9306f195b0b0f096cb82e376b9a13038d (diff)
downloadwmf-ci-arch-28c00cac88bbcd3907ae3b694abedc174f19bbe6.tar.gz
Add: rough arch diagram of CI itself
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6b6b7d..a35b869 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ version = $(shell git describe --dirty --tags)
all: ci-arch.html ci-arch.pdf
-ci-arch.pdf ci-arch.html: ci-arch.mdwn ecosystem.svg pipeline.svg
+ci-arch.pdf ci-arch.html: ci-arch.mdwn ecosystem.svg pipeline.svg arch.svg
.dot.svg:
dot -Tsvg -o$@ $<