summaryrefslogtreecommitdiff
path: root/security/vpn/Makefile
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linutronix.de>2012-10-18 16:42:15 +0200
committerHolger Dengler <dengler@linutronix.de>2012-10-18 16:42:15 +0200
commit65c7ea9b36e9505be25f4f7db5b5aac2cdda008e (patch)
tree4b8a87d280f2c1728b07cf6f8d676b4277238edb /security/vpn/Makefile
parent63b92c9c84dace78b730610a2079899291a633a5 (diff)
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 <dengler@linutronix.de>
Diffstat (limited to 'security/vpn/Makefile')
-rw-r--r--security/vpn/Makefile9
1 files changed, 9 insertions, 0 deletions
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
+