Mercurial > cortex
comparison thesis/Makefile @ 460:763d13f77e03
merge in laptop changes.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 27 Mar 2014 17:57:01 -0400 |
parents | 432f2c4646cb |
children | 960bfe96d5f3 |
comparison
equal
deleted
inserted
replaced
459:a86555b02916 | 460:763d13f77e03 |
---|---|
1 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex; | |
2 THESIS_NAME = rlm-cortex-meng | |
3 INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch $(THESIS_NAME).tex; | |
4 #INVOKE_LATEX = texi2dvi --shell-escape --pdf -V $(THESIS_NAME).tex; | |
5 | |
6 all: | |
7 ./weave-thesis.sh cortex | |
8 rsync -avz --delete --exclude "video" \ | |
9 /home/r/proj/cortex/thesis "r@aurellem.org:~" | |
10 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX)" | |
11 scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" . | |
12 rm cortex.tex abstract.tex user-guide.tex | |
13 | |
14 | |
15 | |
16 |