Mercurial > cortex
annotate thesis/Makefile @ 424:d55197a40b47
update cover page.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 01:52:50 -0400 |
parents | 6b0f77df0e53 |
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 |