new subject
This commit is contained in:
parent
c4bb727cd4
commit
37f0ba4b3d
6 changed files with 84 additions and 0 deletions
12
subject/registry/Makefile
Normal file
12
subject/registry/Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue