diff options
author | Carlo Zancanaro <carlo@carlo-laptop> | 2012-10-31 00:50:29 +1100 |
---|---|---|
committer | Carlo Zancanaro <carlo@carlo-laptop> | 2012-10-31 00:50:29 +1100 |
commit | e207a8fec1bae01068bdb3a27a2090a4af5f8cb2 (patch) | |
tree | ccba94b8752a1ecd47f800bf15407c1aa5d418eb /tex/thesis/Makefile | |
parent | 3d372ecf513c951675602286b296f7af520bb3cf (diff) |
Remove _var_influence and do some writeup
_var_influence was really just duplicating data that was available
elsewhere, so I got rid of it.
I also did some writing about the algorithm and stuff for the thesis.
Diffstat (limited to 'tex/thesis/Makefile')
-rw-r--r-- | tex/thesis/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tex/thesis/Makefile b/tex/thesis/Makefile index 5022129..ee64d9e 100644 --- a/tex/thesis/Makefile +++ b/tex/thesis/Makefile @@ -11,6 +11,11 @@ pdf: clean pdflatex $(PROJ) pdflatex $(PROJ) +remote: + rsync -r * honours:honours/tex/thesis/ + ssh honours "cd honours/tex/thesis; make" + rsync honours:honours/tex/thesis/thesis.pdf . + wc: wc `find . -name "*.tex"` |