From 33918aca848e68e314f5ba9b3619662c90b296ec Mon Sep 17 00:00:00 2001 From: "Robin P. Clark" Date: Tue, 17 Sep 2013 10:52:41 +0100 Subject: [PATCH] dropbox in make --- submission_thesis/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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