summaryrefslogtreecommitdiff
path: root/security/crypto/Makefile
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linutronix.de>2013-04-02 18:33:21 +0200
committerHolger Dengler <dengler@linutronix.de>2015-02-20 16:32:50 +0100
commitfca02ba4f66802961312bf4c6cfbfbde89a6153b (patch)
tree25ad8be1c8b9665d4be6fdc97e818480764aa7d5 /security/crypto/Makefile
parentc027e8700874182c476f18e5b89514b5ad5aaf16 (diff)
Add presentation for cryptography basics and PKI
Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'security/crypto/Makefile')
-rw-r--r--security/crypto/Makefile9
1 files changed, 9 insertions, 0 deletions
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
+