view thesis/Makefile @ 427:c670d23003de

rename.
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 15:36:37 -0400
parents 435b5e22d72a
children d53a31969a51
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 $(THESIS_NAME)
7 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~"
8 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX) $(INVOKE_LATEX)"
9 scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" .