]> Cypherpunks.ru repositories - pygost.git/blobdiff - www.mk
pygost.gost3410.sign rand argument and more 34.10-2012 test vectors
[pygost.git] / www.mk
diff --git a/www.mk b/www.mk
index 5d507f7768cb6f77aaba93cea29b2f045bf0a01e..d6e0d45a030808d255d4ba8d1c6662c1f114039f 100644 (file)
--- a/www.mk
+++ b/www.mk
@@ -2,11 +2,15 @@ all: pygost.html
 
 MAKEINFO ?= makeinfo
 
-pygost.html: www.texi
+CSS != cat style.css
+
+pygost.html: *.texi
        rm -f pygost.html/*.html
        $(MAKEINFO) --html \
-               --set-customization-variable NO_CSS=1 \
+               --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
+               --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=\" \