From 7457f67e420723f9dc92d414e23dd7d8bc56e787 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@hesge.ch> Date: Wed, 26 Aug 2020 10:20:32 +0200 Subject: [PATCH] updated 01 -> 02 for newton's laws --- 01_lois_de_newton.md => 02_lois_de_newton.md | 0 Makefile | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename 01_lois_de_newton.md => 02_lois_de_newton.md (100%) diff --git a/01_lois_de_newton.md b/02_lois_de_newton.md similarity index 100% rename from 01_lois_de_newton.md rename to 02_lois_de_newton.md diff --git a/Makefile b/Makefile index eff6349..6bf89ba 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,10 @@ HTMLOPTIONS += --mathjax=MathJax.js all: cours.pdf cours.html -cours.pdf: 00_macros.md 01_analyse_dimensionnelle.md 01_lois_de_newton.md +cours.pdf: 00_macros.md 01_analyse_dimensionnelle.md 02_lois_de_newton.md pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $^ --metadata-file metadata.yaml -cours.html: 00_macros.md 01_analyse_dimensionnelle.md 01_lois_de_newton.md +cours.html: 00_macros.md 01_analyse_dimensionnelle.md 02_lois_de_newton.md pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $^ --metadata-file metadata.yaml deploy: all -- GitLab