include ../pandoc-opts.mk SOURCES = tutorial.md \ ../dockerfiles/interactive.md ../dockerfiles/dockerfile.md ../dockerfiles/goodpractices.md ../dockerfiles/entrypoint.md \ ../docker-internals/clair.md \ rendu.md all: tutorial.pdf tutorial.pdf: ${SOURCES} pandoc ${PANDOCOPTS} -o $@ $+ clean:: rm tutorial.pdf