]> Cypherpunks.ru repositories - cryptoparty-www.git/blob - all.do
f5dc07212c866569ca3eaf2007c20c7d83c81c65
[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 CLOSE_QUOTE_SYMBOL=\" \
12     --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
13     -o $html index.texi
14 ( cd static ; tar cf - . | tar xfC - ../$html )
15 cp -af logo.png $html/
16 find $html -type d -exec chmod 755 {} +
17 find $html -type f -exec chmod 644 {} +