Mercurial > cortex
view thesis/Makefile @ 449:09b7c8dd4365
first chapter done, half of last chapter done.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 26 Mar 2014 02:42:01 -0400 |
parents | d3c5f9b70574 |
children | 432f2c4646cb |
line wrap: on
line source
1 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex;2 THESIS_NAME = rlm-cortex-meng3 INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch $(THESIS_NAME).tex;5 all:6 ./weave-thesis.sh cortex7 rsync -avz --delete --exclude "video" \8 /home/r/proj/cortex/thesis "r@aurellem.org:~"9 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX)"10 scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" .11 rm cortex.tex abstract.tex user-guide.tex