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

updated makefile

parent 958eb6df
No related branches found
No related tags found
No related merge requests found
Pipeline #12476 passed
......@@ -28,30 +28,30 @@ cours.pdf: 00_macros.md 01_rappel.md 02_optimisation.md 03_integrales.md 04_edo.
cours.html: 00_macros.md 01_rappel.md 02_optimisation.md 03_integrales.md 04_edo.md 05_fourier.md 06_probas_stats.md 07_remerciements.md 08_notes.md
pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $^ --metadata-file metadata.yaml
hakyll_gen: rappel.markdown optimisation.markdown integrales.markdown integrales.markdown edo.markdown fourier.markdown probas_stats.markdown remerciements.markdown
hakyll_gen: Rappel.markdown Optimisation.markdown Integrales.markdown Equation_Differentielles_Ordinaires.markdown Transformees_de_Fourier.markdown Probabilites_et_Statistique.markdown Remerciements.markdown
macros: 00_macros.md
sed "1i ---\ndate: $(shell date +%y%y-%m-%d)\n---" $< > $@
rappel.markdown: macros 01_rappel.md 08_notes.md
Rappel.markdown: macros 01_rappel.md 08_notes.md
cat $^ > $@
optimisation.markdown: macros 02_optimisation.md 08_notes.md
Optimisation.markdown: macros 02_optimisation.md 08_notes.md
cat $^ > $@
integrales.markdown: macros 03_integrales.md 08_notes.md
Integrales.markdown: macros 03_integrales.md 08_notes.md
cat $^ > $@
edo.markdown: macros 04_edo.md 08_notes.md
Equation_Differentielles_Ordinaires.markdown: macros 04_edo.md 08_notes.md
cat $^ > $@
fourier.markdown: macros 05_fourier.md 08_notes.md
Transformees_de_Fourier.markdown: macros 05_fourier.md 08_notes.md
cat $^ > $@
probas_stats.markdown: macros 06_probas_stats.md 08_notes.md
Probabilites_et_Statistique.markdown: macros 06_probas_stats.md 08_notes.md
cat $^ > $@
remerciements.markdown: macros 07_remerciements.md 08_notes.md
Remerciements.markdown: macros 07_remerciements.md 08_notes.md
cat $^ > $@
......
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