dropbox in make
This commit is contained in:
parent
7c1eae867f
commit
33918aca84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user