]> Cypherpunks.ru repositories - cypherpunks-www.git/blobdiff - Makefile
Cryptoparty содержимое перенесено в отдельный репозиторий
[cypherpunks-www.git] / Makefile
index 312f38f06a96ada558e61672a3ab7c1cc358bec5..46f12e9e2849b9b3d75c80bb04533dbd8ff5096c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,6 @@
-include Makefile.private
-
 html:
-       makeinfo --html -o out.html index.texi
-
-all:
-       rm -rf out.html
-       makeinfo --html -o out.html index.texi
-       cd static ; tar cf - . | tar xfC - ../out.html
-
-update:
-       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)
+       makeinfo --html \
+               --css-include=style.css \
+               --set-customization-variable SHOW_TITLE=0 \
+               --set-customization-variable DATE_IN_HEADER=1 \
+               -o cypherpunks.html index.texi