view thesis/Makefile @ 430:5205535237fb

fix skew in self-organizing-touch, work on thesis.
author Robert McIntyre <rlm@mit.edu>
date Sat, 22 Mar 2014 16:10:34 -0400
parents b5d0f0adf19f
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" .