]> Cypherpunks.ru repositories - gogost.git/blob - www.mk
1.1 release is ready
[gogost.git] / www.mk
1 all: gogost.html
2
3 MAKEINFO ?= makeinfo
4
5 gogost.html: www.texi
6         rm -f gogost.html/*.html
7         $(MAKEINFO) --html \
8                 --set-customization-variable NO_CSS=1 \
9                 --set-customization-variable SHOW_TITLE=0 \
10                 --set-customization-variable DATE_IN_HEADER=1 \
11                 --set-customization-variable TOP_NODE_UP_URL=index.html \
12                 -o gogost.html www.texi