]> Cypherpunks.ru repositories - cypherpunks-www.git/blobdiff - Makefile
Более удобный update
[cypherpunks-www.git] / 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" | \