Update tuto 4 for 2020
This commit is contained in:
parent
beb834c01c
commit
93407dd668
11 changed files with 47 additions and 45 deletions
|
@ -1,16 +1,12 @@
|
|||
include ../pandoc-opts.mk
|
||||
|
||||
SOURCES_TUTO = tutorial.md setup.md cmpns.md docker-exec.md mountns.md rendu.md
|
||||
SOURCES_LESSON = lesson.md mount.md namespaces.md networkns.md pidns.md userns.md
|
||||
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: lesson.pdf tutorial.pdf
|
||||
|
||||
lesson.pdf: ${SOURCES_LESSON}
|
||||
pandoc ${PANDOCOPTS} -o $@ $+
|
||||
all: tutorial.pdf
|
||||
|
||||
tutorial.pdf: ${SOURCES_TUTO}
|
||||
pandoc ${PANDOCOPTS} -o $@ $+
|
||||
|
||||
clean::
|
||||
rm lesson.pdf tutorial.pdf
|
||||
rm tutorial.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue