diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-05-25 13:25:19 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-05-25 13:25:19 +1000 |
commit | 7c6700343578ad0a2acab48fcb4ef0cbb1a370b9 (patch) | |
tree | 515e3bbf78a913ea260cf163c8a15a4cffa94d4b /tex/outline/Makefile | |
parent | 61f90f14af8796bbed074538882e76f1e1bf3333 (diff) | |
parent | f88d4f700606eb15d83795b188810e0451b2e157 (diff) |
Merge branch 'master' of ssh://bitbucket.org/czan/honours
Diffstat (limited to 'tex/outline/Makefile')
-rw-r--r-- | tex/outline/Makefile | 8 |
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 |