From 41ad80d4eb94c35be42e349c0101ea8c65246b7f Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@hesge.ch> Date: Mon, 4 Jan 2021 00:56:56 +0100 Subject: [PATCH] updated deploy --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index b0c475e..da3e8d8 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,11 @@ deploy: all mkdir -p phys cp cours.html phys/index.html cp cours.pdf phys/cours.pdf + make -C exercices + mkdir -p phys/exercices + cp exercices/*.html phys/exercices + cp exercices/*.pdf phys/exercices clean: rm -f *.html *.pdf *.markdown + rm -rf phys -- GitLab