comparison thesis/Makefile @ 425:efba8526a662

happy with code formatting.
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 02:48:23 -0400
parents 6b0f77df0e53
children 435b5e22d72a
comparison
equal deleted inserted replaced
424:d55197a40b47 425:efba8526a662
1 INVOKE_LATEX = pdflatex -shell-escape thesis.tex;
2
1 all: 3 all:
2 ./weave-thesis.sh 4 ./weave-thesis.sh
3 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~" 5 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~"
4 ssh r@aurellem.org "cd ~/thesis; pdflatex thesis.tex; pdflatex thesis.tex" 6 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX) $(INVOKE_LATEX)"
5 scp "r@aurellem.org:/home/r/thesis/thesis.pdf" . 7 scp "r@aurellem.org:/home/r/thesis/thesis.pdf" .
6 8
7 9
8 10
9 11