Mercurial > cortex
view 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 |
line wrap: on
line source
1 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex;2 INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch thesis.tex;4 all:5 ./weave-thesis.sh6 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~"7 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX) $(INVOKE_LATEX)"8 scp "r@aurellem.org:/home/r/thesis/thesis.pdf" .