diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-11-02 11:04:15 +1100 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-11-02 11:04:15 +1100 |
commit | a8472ef1867418b94116324531b3587e0e0e7363 (patch) | |
tree | 7e56c06efc30c0e4b606c7355925ba941b451c53 /tex/thesis/Makefile | |
parent | 3d372ecf513c951675602286b296f7af520bb3cf (diff) |
Add remote target in Makefile, and contribution
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"` |