This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/tutorial/nat/Makefile

13 lines
202 B
Makefile

include ../pandoc-opts.mk
SOURCES = tutorial.md what.md netfilter.md revproxy.md wks.md rendu.md
all: tutorial.pdf
tutorial.pdf: ${SOURCES}
pandoc ${PANDOCOPTS} -o $@ $+
clean::
rm tutorial.pdf