Start working on tuto 5
This commit is contained in:
parent
50132f3a8f
commit
4fe5c78d9b
10 changed files with 868 additions and 0 deletions
12
tutorial/k8s/Makefile
Normal file
12
tutorial/k8s/Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue