From: Sergey Matveev Date: Mon, 7 Dec 2015 09:33:08 +0000 (+0300) Subject: Отдельные цели для обновления сайта X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=0bfc85f57d367b6bd41c7844fbbe6aedaf8409b2;p=cypherpunks-www.git Отдельные цели для обновления сайта --- diff --git a/Makefile b/Makefile index e74c76e..b269637 100644 --- 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)