From e2e68a9f9357143640ee542665a4958865b5c5fa Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Tue, 2 Apr 2013 18:35:17 +0200 Subject: Add Firewall Presentation Signed-off-by: Holger Dengler --- security/firewall/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 security/firewall/Makefile (limited to 'security/firewall/Makefile') diff --git a/security/firewall/Makefile b/security/firewall/Makefile new file mode 100644 index 0000000..257d70d --- /dev/null +++ b/security/firewall/Makefile @@ -0,0 +1,9 @@ +all: + for pdf in `ls -1 handout_*.tex pres_*.tex 2> /dev/null` ; 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