]> Cypherpunks.ru repositories - pygost.git/blob - www.do
Hexadecimal is more convenient
[pygost.git] / www.do
1 rm -f pygost.html/*.html
2 makeinfo --html \
3     --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
4     --set-customization-variable CSS_LINES="`cat style.css`" \
5     --set-customization-variable SHOW_TITLE=0 \
6     --set-customization-variable USE_ACCESSKEY=0 \
7     --set-customization-variable DATE_IN_HEADER=1 \
8     --set-customization-variable TOP_NODE_UP_URL=index.html \
9     --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
10     --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
11     -o pygost.html www.texi
12 find pygost.html -type d -exec chmod 755 {} \;
13 find pygost.html -type f -exec chmod 644 {} \;