comparison 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
comparison
equal deleted inserted replaced
425:efba8526a662 426:435b5e22d72a
1 INVOKE_LATEX = pdflatex -shell-escape thesis.tex; 1 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex;
2 INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch thesis.tex;
2 3
3 all: 4 all:
4 ./weave-thesis.sh 5 ./weave-thesis.sh
5 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~" 6 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~"
6 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX) $(INVOKE_LATEX)" 7 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX) $(INVOKE_LATEX)"