]> Cypherpunks.ru repositories - cypherpunks-www.git/commitdiff
Более удобный update
authorSergey Matveev <stargrave@stargrave.org>
Tue, 29 Mar 2016 08:15:54 +0000 (11:15 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 29 Mar 2016 08:15:54 +0000 (11:15 +0300)
Makefile

index 6c1b35ae04113a98cc996a4e6be8d16c98845d9e..57913ac939a800d0522912457fda331996eb93d4 100644 (file)
--- 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" | \