This repository has been archived on 2024-03-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
adlin/tutorial/nat/Makefile

12 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