virli/subject/nginx-static/Makefile

13 lines
196 B
Makefile

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