]> Cypherpunks.ru repositories - pygost.git/blob - www.do
GOST PKCS#8 private keys are wrapped to OCTET STRING
[pygost.git] / www.do
1 redo-ifchange *.texi VERSION
2 rm -f pygost.html/*.html
3 ${MAKEINFO:-makeinfo} --html \
4     -D "VERSION `cat VERSION`" \
5     --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
6     --set-customization-variable CSS_LINES="`cat style.css`" \
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 pygost.html www.texi
13 find pygost.html -type d -exec chmod 755 {} \;
14 find pygost.html -type f -exec chmod 644 {} \;