annotate 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
rev   line source
rlm@422 1 all:
rlm@422 2 ./weave-thesis.sh
rlm@422 3 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~"
rlm@422 4 ssh r@aurellem.org "cd ~/thesis; pdflatex thesis.tex; pdflatex thesis.tex"
rlm@422 5 scp "r@aurellem.org:/home/r/thesis/thesis.pdf" .
rlm@422 6
rlm@422 7
rlm@422 8
rlm@422 9
rlm@422 10