Makefile (upload): Use `rsync', because it wins.
[drwho] / Makefile
index e901aab..90cb459 100644 (file)
--- 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