From: Mark Wooding Date: Sat, 8 Aug 2020 11:57:32 +0000 (+0100) Subject: Makefile (upload): Use `rsync', because it wins. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/drwho/commitdiff_plain/c471bf80a49499cacb2b88f32d855a5bdf069e8e Makefile (upload): Use `rsync', because it wins. --- diff --git a/Makefile b/Makefile index e901aab..90cb459 100644 --- a/Makefile +++ b/Makefile @@ -46,5 +46,5 @@ all:: drwho.pdf drwho.ps clean::; rm -f *.pdf *.dvi *.ps *.log *.aux upload: - scp drwho.tex drwho.pdf stratocaster:publish/public-html/ + rsync -av drwho.tex drwho.pdf stratocaster:publish/public-html/ .PHONY: upload