From d08bd9e75929434397a7adf48b4f8280950e2562 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Tue, 20 Sep 2022 15:26:30 +0200 Subject: [PATCH] updates --- .gitignore | 1 + slides/Makefile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f9114f4..75a9d67 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.pdf .vscode *.html +*.xopp diff --git a/slides/Makefile b/slides/Makefile index 904288f..e8b584e 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -44,7 +44,7 @@ yq: # On peut même télécharger un petit programme avec notre makefile wget -nc https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 chmod "u+x" yq_linux_amd64 -index.md: +index.md: gen_index.sh $(shell ./gen_index.sh) index.html: index.md @@ -57,3 +57,4 @@ deploy: all index.html clean: rm -f *.pdf *.html *.markdown yq_linux_amd64* index.md + -- GitLab