Skip to content
Snippets Groups Projects
Unverified Commit 7457f67e authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated 01 -> 02 for newton's laws

parent 27445b47
No related branches found
No related tags found
No related merge requests found
Pipeline #12150 passed
File moved
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment