From: Sergey Matveev Date: Tue, 29 Mar 2016 08:15:54 +0000 (+0300) Subject: Более удобный update X-Git-Url: http://www.git.cypherpunks.ru/?p=cypherpunks-www.git;a=commitdiff_plain;h=2429bd6ea9206d740976f2309cdad03204b9ac16 Более удобный update --- 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" | \