virli/tutorial/docker-orchestration/Makefile

13 lines
200 B
Makefile
Raw Normal View History

include ../pandoc-opts.mk
SOURCES = tutorial.md setup.md machine.md swarm.md stack.md rendu.md
2015-10-07 01:52:31 +00:00
all: tutorial.pdf
tutorial.pdf: ${SOURCES}
pandoc ${PANDOCOPTS} -o $@ $+
clean::
rm tutorial.pdf