]> Cypherpunks.ru repositories - gogost.git/blob - www.mk
Mention CACert, GOPRIVATE and go.mod-replace during installation
[gogost.git] / www.mk
1 all: gogost.html
2
3 MAKEINFO ?= makeinfo
4
5 CSS != cat style.css
6
7 gogost.html: *.texi
8         rm -f gogost.html/*.html
9         $(MAKEINFO) --html \
10                 --set-customization-variable CSS_LINES='$(CSS)' \
11                 --set-customization-variable SHOW_TITLE=0 \
12                 --set-customization-variable USE_ACCESSKEY=0 \
13                 --set-customization-variable DATE_IN_HEADER=1 \
14                 --set-customization-variable TOP_NODE_UP_URL=index.html \
15                 --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
16                 --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
17                 -o gogost.html www.texi