]> Cypherpunks.ru repositories - gogost.git/blobdiff - www.mk
Mention CACert, GOPRIVATE and go.mod-replace during installation
[gogost.git] / www.mk
diff --git a/www.mk b/www.mk
index 3732d4341c0c83e1734f5994dd257fc5bdaa1a6a..0670ffdc5077177570a546b3836293d6fa0c3fd2 100644 (file)
--- a/www.mk
+++ b/www.mk
@@ -2,11 +2,14 @@ all: gogost.html
 
 MAKEINFO ?= makeinfo
 
-gogost.html: www.texi
+CSS != cat style.css
+
+gogost.html: *.texi
        rm -f gogost.html/*.html
        $(MAKEINFO) --html \
-               --set-customization-variable NO_CSS=1 \
+               --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=\" \