Mercurial > cortex
comparison thesis/Makefile @ 494:092b60381af0
processing bib queue. num left: 5
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 29 Mar 2014 22:46:05 -0400 |
parents | 960bfe96d5f3 |
children | c816594fbbe6 |
comparison
equal
deleted
inserted
replaced
493:544da5a7b693 | 494:092b60381af0 |
---|---|
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 INVOKE_LATEX = texi2dvi --shell-escape --pdf -V $(THESIS_NAME).tex; |
5 | 5 |
6 all: | 6 all: |
7 ./weave-thesis.sh cortex | 7 ./weave-thesis.sh cortex |
8 rsync -avz --delete --exclude "video" \ | 8 rsync -avz --delete --exclude "video" \ |
9 /home/r/proj/cortex/thesis "r@aurellem.org:~" | 9 /home/r/proj/cortex/thesis "r@aurellem.org:~" |