Mercurial > cortex
diff thesis/Makefile @ 427:c670d23003de
rename.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 15:36:37 -0400 |
parents | 435b5e22d72a |
children | d53a31969a51 |
line wrap: on
line diff
1.1 --- a/thesis/Makefile Fri Mar 21 15:28:45 2014 -0400 1.2 +++ b/thesis/Makefile Fri Mar 21 15:36:37 2014 -0400 1.3 @@ -1,11 +1,12 @@ 1.4 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex; 1.5 -INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch thesis.tex; 1.6 +THESIS_NAME = rlm-cortex-meng 1.7 +INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch $(THESIS_NAME).tex; 1.8 1.9 all: 1.10 - ./weave-thesis.sh 1.11 + ./weave-thesis.sh $(THESIS_NAME) 1.12 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~" 1.13 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX) $(INVOKE_LATEX)" 1.14 - scp "r@aurellem.org:/home/r/thesis/thesis.pdf" . 1.15 + scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" . 1.16 1.17 1.18