From 930f995a52589bcbe05856390bb03180cf256134 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 15 Oct 2019 15:18:33 +0300 Subject: Add: summary slides for new CI --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3bb09b4..83e6637 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,10 @@ version = $(shell git describe --dirty --tags) .SUFFIXES: .html .mdwn .md .pdf .dot .svg .uml -all: ci-arch.html ci-arch.pdf gitlab.pdf +all: ci-arch-summary.pdf ci-arch.html ci-arch.pdf gitlab.pdf + +ci-arch-summary.pdf: ci-arch-summary.md + pandoc -t beamer -o ci-arch-summary.pdf ci-arch-summary.md ci-arch.pdf ci-arch.html: ci-arch.mdwn ecosystem.svg pipeline.svg arch.svg -- cgit v1.2.1