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

updated makefile

parent 1066805e
Branches
Tags
No related merge requests found
Pipeline #12569 passed
...@@ -18,10 +18,10 @@ PDF=$(MD:%.md=%.pdf) ...@@ -18,10 +18,10 @@ PDF=$(MD:%.md=%.pdf)
all: $(HTML) $(PDF) all: $(HTML) $(PDF)
%.pdf: %.md metadata.yaml %.pdf: %.md metadata.yaml
pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $< pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $^
%.html: %.md metadata.yaml %.html: %.md metadata.yaml
pandoc -s $(OPTIONS) $(REVEALOPTIONS) -o $@ $< pandoc -s $(OPTIONS) $(REVEALOPTIONS) -o $@ $^
deploy: all deploy: all
mkdir -p prog_seq_c_cours mkdir -p prog_seq_c_cours
......
...@@ -3,5 +3,5 @@ subtitle: "Programmation séquentielle en C, 2020-2021" ...@@ -3,5 +3,5 @@ subtitle: "Programmation séquentielle en C, 2020-2021"
author: "Orestis Malaspinas (A401), ISC, HEPIA" author: "Orestis Malaspinas (A401), ISC, HEPIA"
institute: Inspirés des slides de F. Glück institute: Inspirés des slides de F. Glück
lang: fr-CH lang: fr-CH
... ---
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment