]> Cypherpunks.ru repositories - cypherpunks-www.git/blob - Makefile
Пустой приватный makefile
[cypherpunks-www.git] / Makefile
1 include private.mk
2
3 .PHONY: static
4
5 clean:
6         rm -rf out.html
7
8 html:
9         makeinfo --html -o out.html index.texi
10
11 static:
12         cd static ; tar cf - . | tar xfC - ../out.html
13
14 all: clean html static
15
16 update:
17         rsync -av --progress --delete out.html/ gw.stargrave.org:cypherpunks
18         echo "mirror --delete --reverse out.html cypherpunks.ru/docs" | \
19                 lftp -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST)