Ajout documents pour cours NoSQL
This commit is contained in:
14
cesi/nosql/Makefile
Normal file
14
cesi/nosql/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
.PHONY: all slides
|
||||
.ONESHELL:
|
||||
|
||||
all: pdf
|
||||
|
||||
slides:
|
||||
for i in *.md; do php Slides/make.php "$$i" > "Slides/$${i##.md}.html"; done;
|
||||
|
||||
pdf: slides
|
||||
cd Slides; for i in *.html; do prince -o "../$${i##.html}.pdf" "$$i"; done;
|
||||
|
||||
clean:
|
||||
rm -f Slides/*.html
|
||||
rm -f *.pdf
|
Reference in New Issue
Block a user