view thesis/Makefile @ 429:b5d0f0adf19f

improvements by Dylan!
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 20:56:56 -0400
parents d53a31969a51
children 0b27c0c9c188
line wrap: on
line source
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;
5 all:
6 ./weave-thesis.sh cortex
7 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~"
8 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX)"
9 scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" .