]> Cypherpunks.ru repositories - pygost.git/blob - www.mk
Download link for 3.10 release
[pygost.git] / www.mk
1 all: pygost.html
2
3 MAKEINFO ?= makeinfo
4
5 pygost.html: www.texi
6         rm -f pygost.html/*.html
7         $(MAKEINFO) --html \
8                 --set-customization-variable NO_CSS=1 \
9                 --set-customization-variable SHOW_TITLE=0 \
10                 --set-customization-variable USE_ACCESSKEY=0 \
11                 --set-customization-variable DATE_IN_HEADER=1 \
12                 --set-customization-variable TOP_NODE_UP_URL=index.html \
13                 --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
14                 --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
15                 -o pygost.html www.texi