diff options
| author | Holger Dengler <dengler@linutronix.de> | 2013-04-02 18:35:17 +0200 |
|---|---|---|
| committer | Holger Dengler <dengler@linutronix.de> | 2015-02-20 16:32:50 +0100 |
| commit | e2e68a9f9357143640ee542665a4958865b5c5fa (patch) | |
| tree | 4b9657cb44357e052cb9a4cd38782bce91c7f84a /security/firewall/Makefile | |
| parent | fca02ba4f66802961312bf4c6cfbfbde89a6153b (diff) | |
Add Firewall Presentation
Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'security/firewall/Makefile')
| -rw-r--r-- | security/firewall/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |
