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