From 65c7ea9b36e9505be25f4f7db5b5aac2cdda008e Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Thu, 18 Oct 2012 16:42:15 +0200 Subject: Security/vpn: New VPN Fasttrack Presentation This new VPN Fasttrack covers an overview and the basics of VPN. Some frames can be reused for the main presentation. Signed-off-by: Holger Dengler --- security/vpn/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 security/vpn/Makefile (limited to 'security/vpn/Makefile') diff --git a/security/vpn/Makefile b/security/vpn/Makefile new file mode 100644 index 0000000..7d530a5 --- /dev/null +++ b/security/vpn/Makefile @@ -0,0 +1,9 @@ +all: + for pdf in `ls -1 handout_*.tex pres_*.tex` ; do \ + TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ + TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ + done + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + -- cgit v1.2.3