From 2429bd6ea9206d740976f2309cdad03204b9ac16 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 29 Mar 2016 11:15:54 +0300 Subject: [PATCH] =?utf8?q?=D0=91=D0=BE=D0=BB=D0=B5=D0=B5=20=D1=83=D0=B4?= =?utf8?q?=D0=BE=D0=B1=D0=BD=D1=8B=D0=B9=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c1b35a..57913ac 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,10 @@ html: static: cd static ; tar cf - . | tar xfC - ../out.html +update: update-remote update-hosting + update-remote: - rsync -av --progress --delete out.html/ gw.stargrave.org:cypherpunks + rsync -rv --progress --delete out.html/ lighttpd@gw.stargrave.org:www.cypherpunks.ru update-hosting: echo "mirror --delete --reverse out.html cypherpunks.ru/docs" | \ -- 2.44.0