Skip to content
Snippets Groups Projects
Verified Commit 00aed617 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added index

parent 0765641c
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,13 @@ yq: # On peut même télécharger un petit programme avec notre makefile
wget -nc https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64
chmod "u+x" yq_linux_amd64
deploy: all
index.md:
./gen_index.sh
index.html: index.md
pandoc -s $(OPTIONS) -o $@ $^
deploy: all index.html
mkdir -p prog_seq_c_cours
cp *.pdf prog_seq_c_cours
cp *.html prog_seq_c_cours
......
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