From fca02ba4f66802961312bf4c6cfbfbde89a6153b Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Tue, 2 Apr 2013 18:33:21 +0200 Subject: Add presentation for cryptography basics and PKI Signed-off-by: Holger Dengler --- security/crypto/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 security/crypto/Makefile (limited to 'security/crypto/Makefile') diff --git a/security/crypto/Makefile b/security/crypto/Makefile new file mode 100644 index 0000000..257d70d --- /dev/null +++ b/security/crypto/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