This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/tutorial/ansible/Makefile

13 lines
209 B
Makefile
Raw Normal View History

include ../pandoc-opts.mk
2018-03-30 16:59:22 +00:00
SOURCES = tutorial.md setup.md what.md ansible.md deploiement-svc.md rendu.md
2018-02-26 08:05:38 +00:00
all: tutorial.pdf
tutorial.pdf: ${SOURCES}
pandoc ${PANDOCOPTS} -o $@ $+
clean::
rm tutorial.pdf