From c9a81311315f50a6ee65cf774d20c0ee28eebf95 Mon Sep 17 00:00:00 2001 From: Francis Russell Date: Fri, 22 Feb 2013 18:30:36 +0000 Subject: [PATCH] Change upload target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c73bd27..3f3d422 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,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_2012.pdf %.pdf: %.svg inkscape -D -A $@ $< -- 2.47.3