From 6d7dea34d54f00bcfadfffec1194f3a55daa6889 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Wed, 1 Jun 2022 09:16:40 +0200 Subject: [PATCH] conflict --- slides/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/slides/Makefile b/slides/Makefile index 30fa828..145d422 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -23,7 +23,8 @@ HTML=$(MD:%.md=%.html) # Pour les fichier html on transforme .md -> .html MARKDOWN=$(MD:%.md=%.markdown) # Pour les fichier markdown on transforme .md -> .markdown CHROMIUM:=$(shell which chromium || which chromium-browser) -all: puppeteer $(PDF) $(HTML) # La cible par défaut (all) exécute les cibles %.pdf +all: puppeteer $(PDF) +# all: puppeteer $(PDF) $(HTML) # La cible par défaut (all) exécute les cibles %.pdf docker: docker-compose.yml docker-compose run slides make puppeteer -k || true -- GitLab