Mercurial > cortex
diff thesis/Makefile @ 460:763d13f77e03
merge in laptop changes.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 27 Mar 2014 17:57:01 -0400 |
parents | 432f2c4646cb |
children | 960bfe96d5f3 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thesis/Makefile Thu Mar 27 17:57:01 2014 -0400 1.3 @@ -0,0 +1,16 @@ 1.4 +#INVOKE_LATEX = pdflatex -shell-escape thesis.tex; 1.5 +THESIS_NAME = rlm-cortex-meng 1.6 +INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch $(THESIS_NAME).tex; 1.7 +#INVOKE_LATEX = texi2dvi --shell-escape --pdf -V $(THESIS_NAME).tex; 1.8 + 1.9 +all: 1.10 + ./weave-thesis.sh cortex 1.11 + rsync -avz --delete --exclude "video" \ 1.12 + /home/r/proj/cortex/thesis "r@aurellem.org:~" 1.13 + ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX)" 1.14 + scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" . 1.15 + rm cortex.tex abstract.tex user-guide.tex 1.16 + 1.17 + 1.18 + 1.19 +