]> Cypherpunks.ru repositories - cryptoparty-www.git/blobdiff - Makefile
Добавить ссылки на YouTube прошедших мероприятий
[cryptoparty-www.git] / Makefile
index 8ac7bc217942ab6f588e0b0269c16cdd198af7d2..100da25899d545b20988bd28d2ff6758a999dc86 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,14 @@
+CSS != cat style.css
+
 html:
        makeinfo --html \
-               --css-include=style.css \
+               --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 cryptoparty.html index.texi
 
 static: