diff 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
line wrap: on
line diff
     1.1 --- a/thesis/Makefile	Fri Mar 21 01:52:50 2014 -0400
     1.2 +++ b/thesis/Makefile	Fri Mar 21 02:48:23 2014 -0400
     1.3 @@ -1,7 +1,9 @@
     1.4 +INVOKE_LATEX = pdflatex -shell-escape thesis.tex;
     1.5 +
     1.6  all:
     1.7  	./weave-thesis.sh
     1.8  	rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~"
     1.9 -	ssh r@aurellem.org "cd ~/thesis; pdflatex thesis.tex; pdflatex thesis.tex"
    1.10 +	ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX) $(INVOKE_LATEX)"
    1.11  	scp "r@aurellem.org:/home/r/thesis/thesis.pdf" .
    1.12  
    1.13