annotate thesis/Makefile @ 425:efba8526a662

happy with code formatting.
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 02:48:23 -0400
parents 6b0f77df0e53
children 435b5e22d72a
rev   line source
rlm@425 1 INVOKE_LATEX = pdflatex -shell-escape thesis.tex;
rlm@425 2
rlm@422 3 all:
rlm@422 4 ./weave-thesis.sh
rlm@422 5 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~"
rlm@425 6 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX) $(INVOKE_LATEX)"
rlm@422 7 scp "r@aurellem.org:/home/r/thesis/thesis.pdf" .
rlm@422 8
rlm@422 9
rlm@422 10
rlm@422 11
rlm@422 12