From fbfcd841169979534fa8da1033745338e01c3c77 Mon Sep 17 00:00:00 2001 From: Francis Russell Date: Fri, 22 Feb 2013 18:29:53 +0000 Subject: [PATCH] Change upload target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53ccadd..4fbd70a 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ clean: pygments.sty upload: presentation.pdf - rsync -C --progress presentation.pdf shell3.doc.ic.ac.uk:~/public_html/psl_onetep_presentation.pdf + rsync -C --progress presentation.pdf shell3.doc.ic.ac.uk:~/public_html/psl_presentation_2013.pdf %.pdf: %.svg inkscape -D -A $@ $< -- 2.47.3