Mercurial > cortex
annotate thesis/Makefile @ 443:d3c5f9b70574
workling on thesis render.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 25 Mar 2014 00:20:01 -0400 |
parents | c1e6b7221b2f |
children | 432f2c4646cb |
rev | line source |
---|---|
rlm@426 | 1 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex; |
rlm@427 | 2 THESIS_NAME = rlm-cortex-meng |
rlm@427 | 3 INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch $(THESIS_NAME).tex; |
rlm@425 | 4 |
rlm@422 | 5 all: |
rlm@428 | 6 ./weave-thesis.sh cortex |
rlm@443 | 7 rsync -avz --delete --exclude "video" \ |
rlm@443 | 8 /home/r/proj/cortex/thesis "r@aurellem.org:~" |
rlm@429 | 9 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX)" |
rlm@427 | 10 scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" . |
rlm@437 | 11 rm cortex.tex abstract.tex user-guide.tex |
rlm@422 | 12 |
rlm@422 | 13 |
rlm@422 | 14 |
rlm@422 | 15 |