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
Raw Normal View History

include ../pandoc-opts.mk
2020-04-02 14:16:24 +00:00
SOURCES = tutorial.md what.md netfilter.md revproxy.md wks.md rendu.md
2018-03-30 17:00:54 +00:00
all: tutorial.pdf
tutorial.pdf: ${SOURCES}
pandoc ${PANDOCOPTS} -o $@ $+
clean::
rm tutorial.pdf