Made a special subject for nginx-static exercice
This commit is contained in:
parent
f8ae329ebb
commit
12b62208bd
5 changed files with 110 additions and 0 deletions
12
subject/nginx-static/Makefile
Normal file
12
subject/nginx-static/Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
include ../../tutorial/pandoc-opts.mk
|
||||
|
||||
SOURCES = subject.md ex-nginx-static.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