New tuto 3 done

This commit is contained in:
nemunaire 2020-10-28 23:16:34 +01:00
commit ba77aca73b
57 changed files with 1026 additions and 137 deletions

12
tutorial/5/Makefile Normal file
View file

@ -0,0 +1,12 @@
include ../pandoc-opts.mk
SOURCES_TUTO = tutorial.md setup.md mount.md namespaces.md cmpns.md docker-exec.md networkns.md pidns.md mountns.md userns.md rendu.md
all: tutorial.pdf
tutorial.pdf: ${SOURCES_TUTO}
pandoc ${PANDOCOPTS} -o $@ $+
clean::
rm tutorial.pdf