new subject

This commit is contained in:
nemunaire 2021-09-11 14:42:37 +02:00
commit 37f0ba4b3d
6 changed files with 84 additions and 0 deletions

12
subject/registry/Makefile Normal file
View file

@ -0,0 +1,12 @@
include ../../tutorial/pandoc-opts.mk
SOURCES = subject.md registry.md runc.md rendu.md end.md
all: subject.pdf
subject.pdf: ${SOURCES}
pandoc ${PANDOCOPTS} -o $@ $+
clean::
rm subject.pdf