]> Cypherpunks.ru repositories - gogost.git/blob - www.do
Download link for 5.0.1 release
[gogost.git] / www.do
1 redo-ifchange *.texi VERSION
2 html=gogost.html
3 rm -f $html/*.html
4 ${MAKEINFO:-makeinfo} --html \
5     -D "VERSION `cat VERSION`" \
6     --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
7     --set-customization-variable CSS_LINES="`cat style.css`" \
8     --set-customization-variable SHOW_TITLE=0 \
9     --set-customization-variable DATE_IN_HEADER=1 \
10     --set-customization-variable TOP_NODE_UP_URL=index.html \
11     --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
12     --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
13     -o $html www.texi
14 find $html -type d -exec chmod 755 {} \;
15 find $html -type f -exec chmod 644 {} \;