include ../pandoc-opts.mk SOURCES_2 = tutorial-2.md setup.md maatma.md what.md netfilter.md anssi.md vitrine.md nameserver.md SOURCES_ANSIBLE = tutorial.md ansible.md deploiement-svc.md rendu.md all: tutorial-2.pdf tutorial-ansible.pdf tutorial-2.pdf: ${SOURCES_2} pandoc ${PANDOCOPTS} -o $@ $+ tutorial-ansible.pdf: ${SOURCES_ANSIBLE} pandoc ${PANDOCOPTS} -o $@ $+ clean:: rm tutorial-2.pdf tutorial-ansible.pdf