]> Cypherpunks.ru repositories - cypherpunks-www.git/blobdiff - Makefile
Оставить в Makefile только то что нужно для сборки
[cypherpunks-www.git] / Makefile
index f5bb34a17453c24a36f302457553291bd71f0e37..877a9cff82b99c4a35ad0403150b30f4a8742394 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
-include Makefile.private
-
-all:
-       makeinfo --html -o cypherpunks.ru.html index.texi
-
-update:
-       rsync -av --progress --delete cypherpunks.ru.html/* stargrave.org:cypherpunks/
-       echo "mirror --delete --reverse cypherpunks.ru.html cypherpunks.ru/docs" | \
-               lftp -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST)
+html:
+       makeinfo --html \
+               --css-include=style.css \
+               --set-customization-variable SHOW_TITLE=0 \
+               --set-customization-variable DATE_IN_HEADER=1 \
+               -o out.html index.texi