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

corrected makefile

parent e9ea7d36
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,10 @@ all: cours.pdf cours.html ...@@ -22,10 +22,10 @@ all: cours.pdf cours.html
# %.tex: %.md # %.tex: %.md
# pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $< # pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $<
cours.pdf: 00_macros.md 01_rappel.md 02_integrales.md 03_optimisation.md 04_edo.md 05_fourier.md 06_probas_stats.md 07_remerciements.md 08_notes.md cours.pdf: 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) $(PDFOPTIONS) -o $@ $^ --metadata-file metadata.yaml pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $^ --metadata-file metadata.yaml
cours.html: 00_macros.md 01_rappel.md 02_integrales.md 03_optimisation.md 04_edo.md 05_fourier.md 06_probas_stats.md 07_remerciements.md 08_notes.md 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 pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $^ --metadata-file metadata.yaml
deploy: all deploy: all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment