virli/tutorial/4/Makefile

13 lines
270 B
Makefile
Raw Normal View History

include ../pandoc-opts.mk
2021-09-12 08:31:36 +00:00
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
2017-11-09 00:30:41 +00:00
2015-10-29 04:45:40 +00:00
2019-11-03 17:54:22 +00:00
all: tutorial.pdf
2015-10-29 04:45:40 +00:00
2021-09-12 08:31:36 +00:00
tutorial.pdf: ${SOURCES_TUTO}
2015-10-29 04:45:40 +00:00
pandoc ${PANDOCOPTS} -o $@ $+
clean::
2019-11-03 17:54:22 +00:00
rm tutorial.pdf