]> Cypherpunks.ru repositories - cryptoparty-www.git/blob - Makefile
all цель сборки для удобства
[cryptoparty-www.git] / Makefile
1 .PHONY: static
2
3 all: clean html static
4
5 clean:
6         rm -rf cryptoparty.html
7
8 CSS != cat style.css
9
10 html:
11         makeinfo --html \
12                 --set-customization-variable CSS_LINES='$(CSS)' \
13                 --set-customization-variable SHOW_TITLE=0 \
14                 --set-customization-variable USE_ACCESSKEY=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 cryptoparty.html index.texi
20
21 static:
22         cd static ; tar cf - . | tar xfC - ../cryptoparty.html
23         cp -f logo.png cryptoparty.html