Start working on tuto 5

This commit is contained in:
nemunaire 2019-11-26 16:00:39 +01:00
commit 4fe5c78d9b
10 changed files with 868 additions and 0 deletions

12
tutorial/k8s/Makefile Normal file
View file

@ -0,0 +1,12 @@
include ../pandoc-opts.mk
SOURCES_TUTO = tutorial.md setup.md intro.md overview.md discover.md run.md rendu.md
all: tutorial.pdf
tutorial.pdf: ${SOURCES_TUTO}
pandoc ${PANDOCOPTS} -o $@ $+
clean::
rm tutorial.pdf