summaryrefslogtreecommitdiff
path: root/tex/outline/Makefile
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-05-18 13:22:09 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-05-18 13:22:09 +1000
commitf88d4f700606eb15d83795b188810e0451b2e157 (patch)
tree143a70a81f8f370dc321908d59520dd0fc899747 /tex/outline/Makefile
parentee8547cf3c89c51ff10603814e6f745466bc4c79 (diff)
Add the outline stuff, too. A bit more lit review work.
Diffstat (limited to 'tex/outline/Makefile')
-rw-r--r--tex/outline/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tex/outline/Makefile b/tex/outline/Makefile
new file mode 100644
index 0000000..66eb399
--- /dev/null
+++ b/tex/outline/Makefile
@@ -0,0 +1,8 @@
+all:
+ pdflatex main.tex
+ bibtex main
+ pdflatex main.tex
+ pdflatex main.tex
+
+clean:
+ rm -f *.bbl *.aux *.blg *.log *.pdf *.out