annotate thesis/Makefile @ 476:5a15611fbb9f

make latex happy.
author Robert McIntyre <rlm@mit.edu>
date Fri, 28 Mar 2014 22:09:03 -0400
parents 432f2c4646cb
children 960bfe96d5f3
rev   line source
rlm@426 1 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex;
rlm@427 2 THESIS_NAME = rlm-cortex-meng
rlm@427 3 INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch $(THESIS_NAME).tex;
rlm@450 4 #INVOKE_LATEX = texi2dvi --shell-escape --pdf -V $(THESIS_NAME).tex;
rlm@425 5
rlm@422 6 all:
rlm@428 7 ./weave-thesis.sh cortex
rlm@443 8 rsync -avz --delete --exclude "video" \
rlm@443 9 /home/r/proj/cortex/thesis "r@aurellem.org:~"
rlm@429 10 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX)"
rlm@427 11 scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" .
rlm@437 12 rm cortex.tex abstract.tex user-guide.tex
rlm@422 13
rlm@422 14
rlm@422 15
rlm@422 16