From 492d6c2ee9cbea5e252b0b4224aa8c1ce9869ad5 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 2 Jul 2020 02:17:21 +0100 Subject: Using images to start discussion on Git, for IAC science coffee Until now, we would immeditely jump from the part on answering the project's questions to Git branches. But this isn't too useful for someone who doesn't know Git! So to start the Git branching discussion, now we first show a small image of the workflow with a "today" printed over it. Then another one with a "tomorrow". In the next slide we abstract them to circles with hashes! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef1bfa3..a9ece23 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ clean: clean-latex # PDF slides: -slides=slides-intro.pdf slides-intro-short.pdf +slides = slides-intro-short.pdf slides-intro.pdf $(slides): %.pdf: %.tex tex/*.tex # We'll run pdflatex two times so the page numbers and # internal links also work. -- cgit v1.2.1