From 14d6b97aaff344bf6cf90601cca9df39e6f9d0cc Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Sun, 8 Nov 2020 14:31:51 +0100 Subject: [PATCH] corrected deploy --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 49b8e19..cddd7c4 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,9 @@ all: $(HTML) $(PDF) pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $< deploy: all - mkdir -p prog_seq_c_tp/matrices - cp matrices.html prog_seq_c_tp/matrices/index.html - cp matrices.pdf prog_seq_c_tp/matrices/matrices.pdf + mkdir -p prog_seq_c_tp/traitement_dimages + cp traitement_dimages.html prog_seq_c_tp/traitement_dimages/index.html + cp traitement_dimages.pdf prog_seq_c_tp/traitement_dimages/traitement_dimages.pdf clean: rm -rf *.html *.pdf prog_seq_c_tp -- GitLab