diff thesis/Makefile @ 422:6b0f77df0e53

building latex scaffolding for thesis.
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 01:17:41 -0400
parents c2c28c3e27c4
children efba8526a662
line wrap: on
line diff
     1.1 --- a/thesis/Makefile	Fri Mar 21 00:08:49 2014 -0400
     1.2 +++ b/thesis/Makefile	Fri Mar 21 01:17:41 2014 -0400
     1.3 @@ -0,0 +1,10 @@
     1.4 +all:
     1.5 +	./weave-thesis.sh
     1.6 +	rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~"
     1.7 +	ssh r@aurellem.org "cd ~/thesis; pdflatex thesis.tex; pdflatex thesis.tex"
     1.8 +	scp "r@aurellem.org:/home/r/thesis/thesis.pdf" .
     1.9 +
    1.10 +
    1.11 +
    1.12 +
    1.13 +