]> Cypherpunks.ru repositories - cypherpunks-www.git/blob - Makefile
Чуть больше удобства для генерирования и выкладки сайта
[cypherpunks-www.git] / Makefile
1 include Makefile.private
2
3 html:
4         makeinfo --html -o out.html index.texi
5
6 all:
7         rm -rf out.html
8         makeinfo --html -o out.html index.texi
9         cd static ; tar cf - . | tar xfC - ../out.html
10
11 update:
12         rsync -av --progress --delete out.html/ gw.stargrave.org:cypherpunks
13         echo "mirror --delete --reverse out.html cypherpunks.ru/docs" | \
14                 lftp -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST)