From a8472ef1867418b94116324531b3587e0e0e7363 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Fri, 2 Nov 2012 11:04:15 +1100 Subject: Add remote target in Makefile, and contribution --- tex/thesis/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tex/thesis/Makefile') 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"` -- cgit v1.2.3