summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-11-12 17:42:50 +1100
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-11-12 17:42:50 +1100
commit187d6fa4b3f8ceb0676f4d3a822ddadc451f2b98 (patch)
treede2ce77a552a4be2151e7ec81a9e3d4bb2249c97
parenta080384f843f51692703585170f7282b82a7d541 (diff)
A few minor changes to the presentation Makefile.
-rw-r--r--tex/presentation/Makefile11
-rw-r--r--tex/presentation/presentation.pdfbin175078 -> 175078 bytes
2 files changed, 9 insertions, 2 deletions
diff --git a/tex/presentation/Makefile b/tex/presentation/Makefile
index 0d171d7..faad0fe 100644
--- a/tex/presentation/Makefile
+++ b/tex/presentation/Makefile
@@ -8,13 +8,17 @@ remote:
ssh honours "cd tmp/tex/presentation; make clean; make"
scp "honours:tmp/tex/presentation/presentation.pdf" .
-presentation.pdf: presentation.tex
+presentation.pdf: presentation.tex clean
pdflatex presentation
bibtex presentation
pdflatex presentation
pdflatex presentation
+ make clean-rubbish
-clean:
+clean: clean-rubbish
+ rm -f presentation.pdf
+
+clean-rubbish:
rm -f `find . -name '*.log'`
rm -f `find . -name '*.dvi'`
rm -f `find . -name '*.ps'`
@@ -25,4 +29,7 @@ clean:
rm -f `find . -name '*.lof'`
rm -f `find . -name '*.lot'`
rm -f `find . -name '*.out'`
+ rm -f `find . -name '*.nav'`
+ rm -f `find . -name '*.snm'`
+ rm -f `find . -name '*.vrb'`
rm -f `find . -name '*~'`
diff --git a/tex/presentation/presentation.pdf b/tex/presentation/presentation.pdf
index f19baee..1ecf58e 100644
--- a/tex/presentation/presentation.pdf
+++ b/tex/presentation/presentation.pdf
Binary files differ