]> Cypherpunks.ru repositories - cypherpunks-www.git/blobdiff - Makefile
Отдельные цели для обновления сайта
[cypherpunks-www.git] / Makefile
index e74c76e536d803db07de9448a2a96fd0172a80ff..b2696376ca86d1423e45c1f9c48f5db87598da3a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,9 @@ static:
 
 all: clean html static
 
-update:
+update-remote:
        rsync -av --progress --delete out.html/ gw.stargrave.org:cypherpunks
+
+update-hosting:
        echo "mirror --delete --reverse out.html cypherpunks.ru/docs" | \
                lftp -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST)