]> Cypherpunks.ru repositories - cypherpunks-www.git/blobdiff - Makefile
Отличная статья с рекомендациями по анонимному поведению
[cypherpunks-www.git] / Makefile
index 7fdbcfb6a14b61eb10c44b0172e099e378f38b4f..57913ac939a800d0522912457fda331996eb93d4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,11 @@ 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" | \
-               lftp -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST)
+               lftp -d -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST)