]> Cypherpunks.ru repositories - cryptoparty-www.git/blob - all.do
Texinfo 6.8 совместимость
[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 FORMAT_MENU=menu \
6     --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cryptoparty.ru">' \
7     --set-customization-variable SHOW_TITLE=0 \
8     --set-customization-variable DATE_IN_HEADER=1 \
9     --set-customization-variable TOP_NODE_UP_URL=index.html \
10     --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
11     --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
12     -o $html index.texi
13 ( cd static ; tar cf - . | tar xfC - ../$html )
14 cp -af logo.png $html/
15 find $html -type d -exec chmod 755 {} \;
16 find $html -type f -exec chmod 644 {} \;