virli/tutorial/docker-internals/Makefile

13 lines
221 B
Makefile
Raw Normal View History

include ../pandoc-opts.mk
2021-11-19 23:00:30 +00:00
SOURCES = tutorial.md oci.md registry.md runc.md linuxkit.md linuxkit-content.md rendu.md
2018-11-13 04:39:04 +00:00
all: tutorial.pdf
tutorial.pdf: ${SOURCES}
pandoc ${PANDOCOPTS} -o $@ $+
clean::
rm tutorial.pdf