]> Cypherpunks.ru repositories - pygost.git/blobdiff - www.mk
Reference in download section
[pygost.git] / www.mk
diff --git a/www.mk b/www.mk
index 7071cd905e19d42655711ff0744de6600bdeef96..9e1c2bb7fe8adef5036edd38572d567d9ef55f88 100644 (file)
--- a/www.mk
+++ b/www.mk
@@ -2,11 +2,14 @@ all: pygost.html
 
 MAKEINFO ?= makeinfo
 
-pygost.html: www.texi
+pygost.html: *.texi
        rm -f pygost.html/*.html
        $(MAKEINFO) --html \
                --set-customization-variable NO_CSS=1 \
                --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 pygost.html www.texi