tuto2: Update for 2024
This commit is contained in:
parent
fe69b319cc
commit
9cd77a5152
12 changed files with 114 additions and 29 deletions
|
|
@ -1,12 +1,15 @@
|
|||
include ../pandoc-opts.mk
|
||||
|
||||
SOURCES = tutorial.md setup.md maatma.md what.md vitrine.md ansible.md nameserver.md deploiement-svc.md rendu.md
|
||||
SOURCES_2 = tutorial-2.md setup.md maatma.md what.md vitrine.md nameserver.md
|
||||
SOURCES_ANSIBLE = tutorial.md ansible.md deploiement-svc.md rendu.md
|
||||
|
||||
|
||||
all: tutorial.pdf
|
||||
all: tutorial-2.pdf tutorial-ansible.pdf
|
||||
|
||||
tutorial.pdf: ${SOURCES}
|
||||
tutorial-2.pdf: ${SOURCES_2}
|
||||
pandoc ${PANDOCOPTS} -o $@ $+
|
||||
tutorial-ansible.pdf: ${SOURCES_ANSIBLE}
|
||||
pandoc ${PANDOCOPTS} -o $@ $+
|
||||
|
||||
clean::
|
||||
rm tutorial.pdf
|
||||
rm tutorial-2.pdf tutorial-ansible.pdf
|
||||
|
|
|
|||
Reference in a new issue