summaryrefslogtreecommitdiff
path: root/security/crypto/Makefile
diff options
context:
space:
mode:
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
+