]> Cypherpunks.ru repositories - gogost.git/blob - www.mk
Download link for 4.2.2 release
[gogost.git] / www.mk
1 MAKEINFO ?= makeinfo
2
3 CSS != cat style.css
4
5 all: gogost.html
6
7 gogost.html: *.texi
8         rm -f gogost.html/*.html
9         $(MAKEINFO) --html \
10                 --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
11                 --set-customization-variable CSS_LINES='$(CSS)' \
12                 --set-customization-variable SHOW_TITLE=0 \
13                 --set-customization-variable USE_ACCESSKEY=0 \
14                 --set-customization-variable DATE_IN_HEADER=1 \
15                 --set-customization-variable TOP_NODE_UP_URL=index.html \
16                 --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
17                 --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
18                 -o gogost.html www.texi