Mercurial > cortex
comparison thesis/Makefile @ 428:d53a31969a51
rename complete.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 15:43:15 -0400 |
parents | c670d23003de |
children | b5d0f0adf19f |
comparison
equal
deleted
inserted
replaced
427:c670d23003de | 428:d53a31969a51 |
---|---|
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 | 4 |
5 all: | 5 all: |
6 ./weave-thesis.sh $(THESIS_NAME) | 6 ./weave-thesis.sh cortex |
7 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~" | 7 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~" |
8 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX) $(INVOKE_LATEX)" | 8 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX) $(INVOKE_LATEX)" |
9 scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" . | 9 scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" . |
10 | 10 |
11 | 11 |