]> Cypherpunks.ru repositories - cypherpunks-www.git/blobdiff - Makefile
Тривиальная коррекция стиля
[cypherpunks-www.git] / Makefile
index f5bb34a17453c24a36f302457553291bd71f0e37..5551caab2132070a01435bda586c7d6fdc9eae0d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,12 @@
-include Makefile.private
+CSS != cat style.css
 
-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 \
+               --set-customization-variable CSS_LINES='$(CSS)' \
+               --set-customization-variable SHOW_TITLE=0 \
+               --set-customization-variable USE_ACCESSKEY=0 \
+               --set-customization-variable DATE_IN_HEADER=1 \
+               --set-customization-variable TOP_NODE_UP_URL=index.html \
+               --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
+               --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
+               -o cypherpunks.html index.texi