diff --git a/submission_thesis/Makefile b/submission_thesis/Makefile index 1a603ef..bf01061 100644 --- a/submission_thesis/Makefile +++ b/submission_thesis/Makefile @@ -3,6 +3,12 @@ all: copy bib thesis +dropbox: + pdflatex thesis + makeindex thesis.glo -s thesis.ist -t thesis.glg -o thesis.gls + cp thesis.pdf /home/robin/Dropbox/Robin_PhD_folder/thesis + acroread thesis.pdf || evince thesis.pdf + thesis: pdflatex thesis makeindex thesis.glo -s thesis.ist -t thesis.glg -o thesis.gls