X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=312f38f06a96ada558e61672a3ab7c1cc358bec5;hb=9b0c992028aed5a4202f6d328dcee9d6115e0edd;hp=d5ceac16a23ac8d82460fcf451e43cd498644a25;hpb=c147dfac6209947ec510d90c6d441aa7b32eb593;p=cypherpunks-www.git diff --git a/Makefile b/Makefile index d5ceac1..312f38f 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,14 @@ include Makefile.private +html: + makeinfo --html -o out.html index.texi + all: - makeinfo --html -o cypherpunks.ru.html index.texi + rm -rf out.html + makeinfo --html -o out.html index.texi + cd static ; tar cf - . | tar xfC - ../out.html update: - rsync -av --progress --delete cypherpunks.ru.html/* gw.stargrave.org:cypherpunks/ - echo "mirror --delete --reverse cypherpunks.ru.html cypherpunks.ru/docs" | \ + rsync -av --progress --delete out.html/ gw.stargrave.org:cypherpunks + echo "mirror --delete --reverse out.html cypherpunks.ru/docs" | \ lftp -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST)