]> Cypherpunks.ru repositories - cypherpunks-www.git/blob - Makefile
Initial commit
[cypherpunks-www.git] / Makefile
1 include Makefile.private
2
3 all:
4         makeinfo --html -o cypherpunks.ru.html index.texi
5
6 update:
7         rsync -av --progress --delete cypherpunks.ru.html/* stargrave.org:cypherpunks/
8         echo "mirror --delete --reverse cypherpunks.ru.html cypherpunks.ru/docs" | \
9                 lftp -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST)