Mercurial > cortex
comparison 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 |
comparison
equal
deleted
inserted
replaced
421:c2c28c3e27c4 | 422:6b0f77df0e53 |
---|---|
1 all: | |
2 ./weave-thesis.sh | |
3 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~" | |
4 ssh r@aurellem.org "cd ~/thesis; pdflatex thesis.tex; pdflatex thesis.tex" | |
5 scp "r@aurellem.org:/home/r/thesis/thesis.pdf" . | |
6 | |
7 | |
8 | |
9 | |
10 |