Cours hébergement web

This commit is contained in:
2019-05-15 12:23:31 +02:00
parent 4dca21830a
commit 0091d980b3
24 changed files with 2472 additions and 0 deletions

View File

@ -0,0 +1,11 @@
.PHONY: slides pdf all
all: slides pdf
slides:
for i in 0*.md; do pandoc -t s5 -s -o $$i.html $$i; done;
rename 's/.md.html/.html/' *.html
pdf:
for i in 0*.html; do prince $$i; done;
rename 's/.html.pdf/.pdf/' *.pdf