]> Cypherpunks.ru repositories - pygost.git/blob - www.do
Fixed typo in parameter
[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 NO_CSS=1 \
6     --set-customization-variable SECTION_NAME_IN_TITLE=1 \
7     --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \
8     --set-customization-variable FORMAT_MENU=menu \
9     --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
10     --set-customization-variable DATE_IN_HEADER=1 \
11     --set-customization-variable ASCII_PUNCTUATION=1 \
12     --output pygost.html www.texi
13 cp PUBKEY-* pygost.html/
14 (
15     cd pygost.html
16     export ATOM_ID="98c5d1c8-b867-4eee-91b0-ef2c507e93b9"
17     export NAME=PyGOST
18     export BASE_URL=http://www.pygost.cypherpunks.ru
19     export AUTHOR_EMAIL=pygost@cypherpunks.ru
20     ~/work/releases-feed/releases.atom.zsh
21 )
22 perl -i -npe 'print "<link rel=\"alternate\" title=\"Releases\" href=\"releases.atom\" type=\"application/atom+xml\">\n" if /^<\/head>/' pygost.html/Download.html
23 find pygost.html -type d -exec chmod 755 {} +
24 find pygost.html -type f -exec chmod 644 {} +