Mercurial > cortex
annotate thesis/Makefile @ 426:435b5e22d72a
more scaffolding -- got minimal bibliography to work
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 15:28:45 -0400 |
parents | efba8526a662 |
children | c670d23003de |
rev | line source |
---|---|
rlm@426 | 1 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex; |
rlm@426 | 2 INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch thesis.tex; |
rlm@425 | 3 |
rlm@422 | 4 all: |
rlm@422 | 5 ./weave-thesis.sh |
rlm@422 | 6 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~" |
rlm@425 | 7 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX) $(INVOKE_LATEX)" |
rlm@422 | 8 scp "r@aurellem.org:/home/r/thesis/thesis.pdf" . |
rlm@422 | 9 |
rlm@422 | 10 |
rlm@422 | 11 |
rlm@422 | 12 |
rlm@422 | 13 |