comparison thesis/Makefile @ 450:432f2c4646cb

sleepig.
author Robert McIntyre <rlm@mit.edu>
date Wed, 26 Mar 2014 03:18:57 -0400
parents d3c5f9b70574
children 960bfe96d5f3
comparison
equal deleted inserted replaced
449:09b7c8dd4365 450:432f2c4646cb
1 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex; 1 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex;
2 THESIS_NAME = rlm-cortex-meng 2 THESIS_NAME = rlm-cortex-meng
3 INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch $(THESIS_NAME).tex; 3 INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch $(THESIS_NAME).tex;
4 #INVOKE_LATEX = texi2dvi --shell-escape --pdf -V $(THESIS_NAME).tex;
4 5
5 all: 6 all:
6 ./weave-thesis.sh cortex 7 ./weave-thesis.sh cortex
7 rsync -avz --delete --exclude "video" \ 8 rsync -avz --delete --exclude "video" \
8 /home/r/proj/cortex/thesis "r@aurellem.org:~" 9 /home/r/proj/cortex/thesis "r@aurellem.org:~"