virli/tutorial/k8s/Makefile

13 lines
234 B
Makefile
Raw Normal View History

2019-11-26 15:00:39 +00:00
include ../pandoc-opts.mk
2021-09-11 12:41:43 +00:00
SOURCES_TUTO = tutorial-el.md setup.md intro.md overview.md discover.md run.md scaling.md rendu.md
2019-11-26 15:00:39 +00:00
all: tutorial.pdf
tutorial.pdf: ${SOURCES_TUTO}
pandoc ${PANDOCOPTS} -o $@ $+
clean::
rm tutorial.pdf