diff thesis/Makefile @ 429:b5d0f0adf19f

improvements by Dylan!
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 20:56:56 -0400
parents d53a31969a51
children 0b27c0c9c188
line wrap: on
line diff
     1.1 --- a/thesis/Makefile	Fri Mar 21 15:43:15 2014 -0400
     1.2 +++ b/thesis/Makefile	Fri Mar 21 20:56:56 2014 -0400
     1.3 @@ -5,7 +5,7 @@
     1.4  all:
     1.5  	./weave-thesis.sh cortex
     1.6  	rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~"
     1.7 -	ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX) $(INVOKE_LATEX)"
     1.8 +	ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX)"
     1.9  	scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" .
    1.10  
    1.11