From 50596428e39e39cbaa90d786ea9e888971a861ee Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Wed, 3 Apr 2013 00:25:11 +0200 Subject: Add Security Concept Presentation Signed-off-by: Holger Dengler --- security/basics/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 security/basics/Makefile (limited to 'security/basics/Makefile') diff --git a/security/basics/Makefile b/security/basics/Makefile new file mode 100644 index 0000000..257d70d --- /dev/null +++ b/security/basics/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