]> Cypherpunks.ru repositories - cryptoparty-www.git/blob - all.do
Убрать недоступные из РФ ресурсы
[cryptoparty-www.git] / all.do
1 html=cryptoparty.html
2 rm -f $html/*.html
3 ${MAKEINFO:-makeinfo} --html \
4     --css-include style.css \
5     --set-customization-variable SECTION_NAME_IN_TITLE=1 \
6     --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \
7     --set-customization-variable FORMAT_MENU=menu \
8     --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cryptoparty.ru">' \
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     --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
13     --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
14     -o $html index.texi
15 ( cd static ; tar cf - . | tar xfC - ../$html )
16 cp -af logo.png $html/
17 find $html -type d -exec chmod 755 {} \;
18 find $html -type f -exec chmod 644 {} \;